Skip to content

Commit efcc827

Browse files
fix(backend): update dev-config to match new keep alive
1 parent d3af87b commit efcc827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/cmd/dev-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ backoff_max_ms = 999999 # Maximum backoff duration in milliseconds
3030
backoff_multiplier = 1 # Exponential backoff multiplier (e.g., 1.5 means each retry waits 1.5x longer)
3131
max_retries = 0 # Maximum retries before cycling (0 = infinite retries, recommended for persistent reconnection)
3232
connection_timeout_ms = 999999 # Timeout for the initial connection attempt
33-
keep_alive_ms = 0 # Keep-alive interval in milliseconds (0 to disable)
33+
keep_alive_interval_ms = 0 # Keep-alive interval in milliseconds (0 to disable)
3434

3535
# UDP Configuration
3636
# These settings control the UDP server's buffer sizes and performance characteristics

0 commit comments

Comments
 (0)