Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAdam Niedzielski <adamsunday@gmail.com>2017-04-10 17:52:25 +0300
committerAdam Niedzielski <adamsunday@gmail.com>2017-04-10 17:52:25 +0300
commit075bdd6cadbf36bb297157671dafaf30b165f959 (patch)
treecf6e9fb366501bbd027bc17d4f8cd917a98c95f8 /app
parentc98add157732004d9a2eaa39770edf84eaca6896 (diff)
Document how polling interval is used
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'