summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-09-04 09:41:55 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-09-04 14:03:41 +0200
commitd3ca6c0f25f29db220fcc67fe7070358f4543057 (patch)
treed07edd53be671819a0b1de0075e5fc3a2e96a725
parent970af9964ea9404942818d8c3394d2903955ed69 (diff)
downloadgitlab-ce-bvl-increase-storage-check-timeout.tar.gz
Increase the timeout before aborting a storage access attemptbvl-increase-storage-check-timeout
There are peaks of IO-wait time, most of them stay below 30 seconds.
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 545c01e1156..c5704ac5857 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -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