Skip to content

Commit 6a97a63

Browse files
committed
decrease frequency of fetch/send timeouts from 1 to 5 seconds
1 parent 7c28c0c commit 6a97a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mesh/agents/state/TerminalOpsSyncAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class TerminalOpsSyncAgent extends PeeringAgentBase implements StateSyncAgent {
284284
}
285285

286286

287-
}, 1000);
287+
}, 5000);
288288

289289
}
290290

0 commit comments

Comments
 (0)