Explorar o código

tweak: set limit to 200 for notification select

KernelDeimos hai 11 meses
pai
achega
f06cb30447
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/backend/src/CoreModule.js

+ 1 - 1
packages/backend/src/CoreModule.js

@@ -176,7 +176,7 @@ const install = async ({ services, app, useapi }) => {
             OwnerLimitedES,
             ReadOnlyES,
             SetOwnerES,
-            MaxLimitES, { max: 50 },
+            MaxLimitES, { max: 200 },
         ]),
     })
     services.registerService('rate-limit', RateLimitService);