Skip to content

Commit

Permalink
fix: do not check keepalive too much
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus committed Nov 8, 2023
1 parent fec1749 commit 6803b79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nekoyume/Assets/_Scripts/Blockchain/RPCAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ public static void OnRuntimeInitialize()
GrpcChannelProviderHost.Initialize(new LoggingGrpcChannelProvider(
new DefaultGrpcChannelProvider(new[]
{
// send keepalive ping every 5 second, default is 2 hours
new ChannelOption("grpc.keepalive_time_ms", 5000),
// keepalive ping time out after 5 seconds, default is 20 seconds
new ChannelOption("grpc.keepalive_timeout_ms", 5 * 1000),
new ChannelOption("grpc.max_receive_message_length", -1)
})
));
Expand Down

0 comments on commit 6803b79

Please sign in to comment.