mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-23 21:56:57 +00:00
tweak: set limit to 200 for notification select
This commit is contained in:
@@ -176,7 +176,7 @@ const install = async ({ services, app, useapi }) => {
|
||||
OwnerLimitedES,
|
||||
ReadOnlyES,
|
||||
SetOwnerES,
|
||||
MaxLimitES, { max: 50 },
|
||||
MaxLimitES, { max: 200 },
|
||||
]),
|
||||
})
|
||||
services.registerService('rate-limit', RateLimitService);
|
||||
|
||||
Reference in New Issue
Block a user