Skip to content

Commit bfdc1a4

Browse files
author
dcorbacho
committed
Force a faster coordinator tick to flush data quicker
On restart it replays some old effects unnecessary, this change reduces the risk of it
1 parent 1cb2a0f commit bfdc1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_stream_coordinator.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
-define(STREAM_COORDINATOR_STARTUP, {stream_coordinator_startup, self()}).
3-
-define(TICK_TIMEOUT, 60000).
3+
-define(TICK_TIMEOUT, 1000).
44
-define(RESTART_TIMEOUT, 1000).
55
-define(PHASE_RETRY_TIMEOUT, 10000).
66
-define(CMD_TIMEOUT, 30000).

0 commit comments

Comments
 (0)