Skip to content

Commit 5b7f9cd

Browse files
committed
shorter sleep timeout for apps
1 parent b0fe390 commit 5b7f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replication-server/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const {
2626

2727
export const maxTopics = 90 ?? MAX_TOPICS
2828

29-
export const sleepTimeout = 15 * 60 * 1000 ?? SLEEP_TIMEOUT
29+
export const sleepTimeout = 2 * 60 * 1000 ?? SLEEP_TIMEOUT
3030

3131
console.log("[replication-server] Initializing with max topics:", maxTopics)
3232

0 commit comments

Comments
 (0)