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 d3af87b commit efcc827Copy full SHA for efcc827
1 file changed
backend/cmd/dev-config.toml
@@ -30,7 +30,7 @@ backoff_max_ms = 999999 # Maximum backoff duration in milliseconds
30
backoff_multiplier = 1 # Exponential backoff multiplier (e.g., 1.5 means each retry waits 1.5x longer)
31
max_retries = 0 # Maximum retries before cycling (0 = infinite retries, recommended for persistent reconnection)
32
connection_timeout_ms = 999999 # Timeout for the initial connection attempt
33
-keep_alive_ms = 0 # Keep-alive interval in milliseconds (0 to disable)
+keep_alive_interval_ms = 0 # Keep-alive interval in milliseconds (0 to disable)
34
35
# UDP Configuration
36
# These settings control the UDP server's buffer sizes and performance characteristics
0 commit comments