diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-09-04 09:41:55 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-09-04 14:03:41 +0200 |
commit | d3ca6c0f25f29db220fcc67fe7070358f4543057 (patch) | |
tree | d07edd53be671819a0b1de0075e5fc3a2e96a725 /config/gitlab.yml.example | |
parent | 970af9964ea9404942818d8c3394d2903955ed69 (diff) | |
download | gitlab-ce-d3ca6c0f25f29db220fcc67fe7070358f4543057.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.
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
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 |