summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/polling_interval_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Convert value to string before setting Poll-Interval headerconvert-poll-interval-to-stringAdam Niedzielski2017-04-051-2/+2
|
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-0/+34
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.