diff options
author | Stan Hu <stanhu@gmail.com> | 2017-04-10 16:14:49 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-04-10 16:14:49 +0000 |
commit | 008e135f4ca6cc2eab93024ddff10d2ae38beb12 (patch) | |
tree | e66c8b8003d33af655acc3083c87fffc56b21b1b /app | |
parent | d38eae3bf496207b6909216ed5365714af9c868b (diff) | |
parent | 075bdd6cadbf36bb297157671dafaf30b165f959 (diff) | |
download | gitlab-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.haml | 1 |
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' |