mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 17:18:31 +00:00
Update rate limit to 10
This commit is contained in:
parent
e4e0da3723
commit
600a96c13b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
import { redis } from "#private/lib/redis";
|
||||
import logger from "@server/logger";
|
||||
|
||||
export const ORG_REBUILD_CONCURRENCY_LIMIT = 5;
|
||||
export const ORG_REBUILD_CONCURRENCY_LIMIT = 10;
|
||||
|
||||
// Safety-net TTL: slightly longer than the rebuild lock TTL (120 s). If a
|
||||
// server process dies while holding a rebuild, this ensures the counter key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue