Knob change, blob requests should be allowed more time.

This commit is contained in:
Stephen Atherton 2017-10-01 16:45:47 -07:00
parent 058300be16
commit ad9de674ac
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ ClientKnobs::ClientKnobs(bool randomize) {
init( BLOBSTORE_CONNECT_TRIES, 10 );
init( BLOBSTORE_CONNECT_TIMEOUT, 10 );
init( BLOBSTORE_REQUEST_TRIES, 10 );
init( BLOBSTORE_REQUEST_TIMEOUT, 15 );
init( BLOBSTORE_REQUEST_TIMEOUT, 30 );
init( BLOBSTORE_CONCURRENT_UPLOADS, BACKUP_TASKS_PER_AGENT*2 );