Skip to content

Commit 7447705

Browse files
riptlripatel-fd
authored andcommitted
bundle: disable HTTP/2 pings
1 parent f5e1673 commit 7447705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/disco/bundle/fd_bundle_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ unprivileged_init( fd_topo_t * topo,
546546
ctx->so_rcvbuf = (int)so_rcvbuf;
547547

548548
/* Set idle ping timer */
549-
fd_bundle_client_set_ping_interval( ctx, (long)tile->bundle.keepalive_interval_nanos );
549+
// fd_bundle_client_set_ping_interval( ctx, (long)tile->bundle.keepalive_interval_nanos );
550550

551551
ctx->bundle_status_plugin = 127;
552552
ctx->bundle_status_recent = FD_PLUGIN_MSG_BLOCK_ENGINE_UPDATE_STATUS_DISCONNECTED;

0 commit comments

Comments
 (0)