Increase the timeout before aborting a storage access attempt

There are peaks of IO-wait time, most of them stay below 30 seconds.
This commit is contained in:
Bob Van Landuyt 2017-09-04 09:41:55 +02:00
parent 970af9964e
commit d3ca6c0f25
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ production: &base
failure_count_threshold: 10 # number of failures before stopping attempts
failure_wait_time: 30 # Seconds after an access failure before allowing access again
failure_reset_time: 1800 # Time in seconds to expire failures
storage_timeout: 5 # Time in seconds to wait before aborting a storage access attempt
storage_timeout: 30 # Time in seconds to wait before aborting a storage access attempt
## Backup settings