summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-04-10 16:14:49 +0000
committerStan Hu <stanhu@gmail.com>2017-04-10 16:14:49 +0000
commit008e135f4ca6cc2eab93024ddff10d2ae38beb12 (patch)
treee66c8b8003d33af655acc3083c87fffc56b21b1b /app
parentd38eae3bf496207b6909216ed5365714af9c868b (diff)
parent075bdd6cadbf36bb297157671dafaf30b165f959 (diff)
downloadgitlab-ce-008e135f4ca6cc2eab93024ddff10d2ae38beb12.tar.gz
Merge branch 'document-polling-interval' into 'master'
Document how polling interval multiplier is used Closes #30686 See merge request !10592
Diffstat (limited to 'app')
-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'