Przeglądaj źródła

tweak: set limit to 200 for notification select

KernelDeimos 11 miesięcy temu
rodzic
commit
f06cb30447
1 zmienionych plików z 1 dodań i 1 usunięć
  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);