diff options
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 36d333f3164..03a45353465 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -1070,6 +1070,9 @@ production: &base ## ActionCable settings action_cable: + # Enables handling of ActionCable requests on the Puma web workers + # When this is disabled, a standalone ActionCable server must be started + in_app: true # Number of threads used to process ActionCable connection callbacks and channel actions # worker_pool_size: 4 |