Skip to content

Commit 1937cf4

Browse files
committedApr 24, 2025·
same
1 parent 7492019 commit 1937cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/packages/database/nats/changefeeds.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ const createNewChangefeed = async ({ query, user, nc, opts, hash }) => {
430430
// other "threads" doing hard work:
431431
while (numChangefeedsBeingCreatedAtOnce >= PARALLEL_LIMIT) {
432432
// TODO: This is STUPID
433-
await delay(50);
433+
await delay(25);
434434
}
435435
try {
436436
numChangefeedsBeingCreatedAtOnce += 1;

0 commit comments

Comments
 (0)