Skip to content

Commit

Permalink
Fix timeout_ms default value client config
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Mar 15, 2024
1 parent 3a08025 commit 583fa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
connect: {
/// timeout waiting for all endpoints connected (0: no retry, -1: infinite timeout)
/// Accepts a single value or different values for router, peer and client.
timeout_ms: -1,
timeout_ms: { router: -1, peer: -1, client: 0 },

endpoints: [
// "<proto>/<address>"
Expand Down

0 comments on commit 583fa44

Please sign in to comment.