Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uzhastik authored Oct 22, 2024
1 parent ce40654 commit e0977da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/grpc/actor_client/grpc_service_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct TGrpcClientSettings {
ui32 GrpcKeepAliveTimeoutMs = 1000;
ui32 GrpcKeepAlivePingInterval = 5000;
bool EnableSsl = false;
ui64 RequestTimeoutMs = 0; // zero means 10 mins
ui64 RequestTimeoutMs = 0; // zero means 10 seconds
};

} // namespace NGrpcActorClient

0 comments on commit e0977da

Please sign in to comment.