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 f5e1673 commit 7447705Copy full SHA for 7447705
src/disco/bundle/fd_bundle_tile.c
@@ -546,7 +546,7 @@ unprivileged_init( fd_topo_t * topo,
546
ctx->so_rcvbuf = (int)so_rcvbuf;
547
548
/* Set idle ping timer */
549
- fd_bundle_client_set_ping_interval( ctx, (long)tile->bundle.keepalive_interval_nanos );
+ // fd_bundle_client_set_ping_interval( ctx, (long)tile->bundle.keepalive_interval_nanos );
550
551
ctx->bundle_status_plugin = 127;
552
ctx->bundle_status_recent = FD_PLUGIN_MSG_BLOCK_ENGINE_UPDATE_STATUS_DISCONNECTED;
0 commit comments