We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fe390 commit 5b7f9cdCopy full SHA for 5b7f9cd
packages/replication-server/src/config.ts
@@ -26,7 +26,7 @@ const {
26
27
export const maxTopics = 90 ?? MAX_TOPICS
28
29
-export const sleepTimeout = 15 * 60 * 1000 ?? SLEEP_TIMEOUT
+export const sleepTimeout = 2 * 60 * 1000 ?? SLEEP_TIMEOUT
30
31
console.log("[replication-server] Initializing with max topics:", maxTopics)
32
0 commit comments