Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
770d724c5990
Commit
d3ca6c0f
authored
Sep 04, 2017
by
Bob Van Landuyt
Browse files
Increase the timeout before aborting a storage access attempt
There are peaks of IO-wait time, most of them stay below 30 seconds.
parent
42b60e8d6cc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/gitlab.yml.example
View file @
770d724c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment