Bump shuffle interval per suggestion from Alex

This commit is contained in:
Sean Chittenden 2016-05-26 17:04:42 -07:00
parent 9f8d6c9f67
commit bd0588ffa8
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const (
// clientRPCMinReuseDuration controls the minimum amount of time RPC // clientRPCMinReuseDuration controls the minimum amount of time RPC
// queries are sent over an established connection to a single server // queries are sent over an established connection to a single server
clientRPCMinReuseDuration = 120 * time.Second clientRPCMinReuseDuration = 600 * time.Second
// Limit the number of new connections a server receives per second // Limit the number of new connections a server receives per second
// for connection rebalancing. This limit caps the load caused by // for connection rebalancing. This limit caps the load caused by