tweak: set limit to 200 for notification select

This commit is contained in:
KernelDeimos
2024-06-15 18:59:32 -04:00
committed by Eric Dubé
parent c5334b0e19
commit f06cb30447
+1 -1
View File
@@ -176,7 +176,7 @@ const install = async ({ services, app, useapi }) => {
OwnerLimitedES,
ReadOnlyES,
SetOwnerES,
MaxLimitES, { max: 50 },
MaxLimitES, { max: 200 },
]),
})
services.registerService('rate-limit', RateLimitService);