diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2017-11-29 09:12:12 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-29 09:12:12 +0000 |
commit | 64e5f996fa01d2e9c8462cfbb647997531eaf6c7 (patch) | |
tree | b3bebc2fd1be9822f8be2124aee9acff5acd3ded /app/helpers | |
parent | a4f8dddc212fcd91f6a4a09e92b2de6117a21305 (diff) | |
download | gitlab-ce-64e5f996fa01d2e9c8462cfbb647997531eaf6c7.tar.gz |
Add timeouts for Gitaly calls
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_settings_helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/helpers/application_settings_helper.rb b/app/helpers/application_settings_helper.rb index 6fc4248b245..5bb84984142 100644 --- a/app/helpers/application_settings_helper.rb +++ b/app/helpers/application_settings_helper.rb @@ -177,6 +177,9 @@ module ApplicationSettingsHelper :ed25519_key_restriction, :email_author_in_body, :enabled_git_access_protocol, + :gitaly_timeout_default, + :gitaly_timeout_medium, + :gitaly_timeout_fast, :gravatar_enabled, :hashed_storage_enabled, :help_page_hide_commercial_content, |