Skip to content
Snippets Groups Projects
Commit 1674f650 authored by Muxi Yan's avatar Muxi Yan
Browse files

Clean up code

parent dcbf5440
No related branches found
No related tags found
No related merge requests found
......@@ -219,8 +219,8 @@ static NSMutableDictionary *kHostCache;
if (_responseSizeLimitOverride) {
args[@GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH] = _responseSizeLimitOverride;
}
NSNumber *initialBackoff = [NSNumber numberWithInt:10000];
args[@GRPC_ARG_INITIAL_RECONNECT_BACKOFF_MS] = initialBackoff;
// Use 10000ms initial backoff time for correct behavior on bad/slow networks
args[@GRPC_ARG_INITIAL_RECONNECT_BACKOFF_MS] = @10000;
return args;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment