Skip to content

Commit 498d144

Browse files
committed
disable clock sync reconnect logic
1 parent d47ab31 commit 498d144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/nats/time.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const INTERVAL_BAD = 5 * 1000;
6161
// If clock fails to sync this many times in a row, we reconnect to nats.
6262
const MAX_FAILS = 3;
6363

64-
const RECONNECT_LOGIC = true;
64+
const RECONNECT_LOGIC = false;
6565

6666
export function init() {
6767
syncLoop();

0 commit comments

Comments
 (0)