2020-10-23 20:08:35 -04:00
---
2020-12-01 13:09:42 -05:00
stage: Enablement
group: Distribution
2020-11-26 01:09:20 -05:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-10-23 20:08:35 -04:00
---
2021-07-20 05:08:43 -04:00
# Polling interval multiplier **(FREE SELF)**
2017-04-10 10:52:25 -04:00
2021-07-20 05:08:43 -04:00
The GitLab UI polls for updates for different resources (issue notes, issue titles, pipeline
statuses, and so on) on a schedule appropriate to the resource.
2017-04-10 10:52:25 -04:00
2021-07-20 05:08:43 -04:00
Adjust the multiplier on these schedules to adjust how frequently the GitLab UI polls for updates. If
you set the multiplier to:
- A value greater than `1` , UI polling slows down. If you see issues with database load from lots of
clients polling for updates, increasing the multiplier can be a good alternative to disabling
polling completely. For example, if you set the value to `2` , all polling intervals
are multiplied by 2, which means that polling happens half as frequently.
- A value between `0` and `1` , the UI polls more frequently so updates occur more frequently.
**Not recommended** .
- `0` , all polling is disabled. On the next poll, clients stop polling for updates.
The default value (`1`) is recommended for the majority of GitLab installations.
## Configure
To adjust the polling interval multiplier:
2017-04-10 10:52:25 -04:00
2021-08-25 20:09:31 -04:00
1. On the top bar, select **Menu > Admin** .
2021-06-18 11:10:16 -04:00
1. On the left sidebar, select **Settings > Preferences** .
2021-07-20 05:08:43 -04:00
1. Expand **Polling interval multiplier** .
1. Set a value for the polling interval multiplier. This multiplier is applied to all resources at
once.
2021-06-18 11:10:16 -04:00
1. Select **Save changes** .