summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings
diff options
context:
space:
mode:
authorAdam Niedzielski <adamsunday@gmail.com>2017-04-10 16:52:25 +0200
committerAdam Niedzielski <adamsunday@gmail.com>2017-04-10 16:52:25 +0200
commit075bdd6cadbf36bb297157671dafaf30b165f959 (patch)
treecf6e9fb366501bbd027bc17d4f8cd917a98c95f8 /app/views/admin/application_settings
parentc98add157732004d9a2eaa39770edf84eaca6896 (diff)
downloadgitlab-ce-075bdd6cadbf36bb297157671dafaf30b165f959.tar.gz
Document how polling interval is useddocument-polling-interval
Diffstat (limited to 'app/views/admin/application_settings')
-rw-r--r--app/views/admin/application_settings/_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 703f611bb45..f4ba44096d3 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -571,6 +571,7 @@
The multiplier can also have a decimal value.
The default value (1) is a reasonable choice for the majority of GitLab
installations. Set to 0 to completely disable polling.
+ = link_to icon('question-circle'), help_page_path('administration/polling')
.form-actions
= f.submit 'Save', class: 'btn btn-save'