mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
tweak: set limit to 200 for notification select
This commit is contained in:
parent
c5334b0e19
commit
f06cb30447
@ -176,7 +176,7 @@ const install = async ({ services, app, useapi }) => {
|
||||
OwnerLimitedES,
|
||||
ReadOnlyES,
|
||||
SetOwnerES,
|
||||
MaxLimitES, { max: 50 },
|
||||
MaxLimitES, { max: 200 },
|
||||
]),
|
||||
})
|
||||
services.registerService('rate-limit', RateLimitService);
|
||||
|
Loading…
Reference in New Issue
Block a user