chore: inscrease throttle limit

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-05-07 13:52:32 +08:00
parent 019b5197dd
commit ca35668e4e

View File

@@ -163,7 +163,7 @@ export const DEBUG_MODE = {
}
export const THROTTLE_OPTIONS = {
ttl: seconds(argv.throttle_ttl ?? 10),
limit: argv.throttle_limit ?? 10,
limit: argv.throttle_limit ?? 100,
}
const ENCRYPT_KEY = argv.encrypt_key || MX_ENCRYPT_KEY