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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-28 15:10:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-28 15:10:13 +0300
commite131979e83ca7aab4fdc30166afde12a295105ac (patch)
tree689ef85496e75a197fc3ca4243654b15b499c75f /doc/administration/pages/index.md
parentecee8f4c19a351173ca56f335454d2dde0f132de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/pages/index.md')
-rw-r--r--doc/administration/pages/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/pages/index.md b/doc/administration/pages/index.md
index f51c6ec6836..3f0b43607b1 100644
--- a/doc/administration/pages/index.md
+++ b/doc/administration/pages/index.md
@@ -501,7 +501,7 @@ the below steps to do a no downtime transfer to a new storage location.
1. Pause Pages deployments by setting the following in `/etc/gitlab/gitlab.rb`:
```ruby
- sidekiq['experimental_queue_selector'] = true
+ sidekiq['queue_selector'] = true
sidekiq['queue_groups'] = [
"feature_category!=pages"
]