From 11d41c6ef80e0dc3d62b6b60ce85e5c5c6867f06 Mon Sep 17 00:00:00 2001 From: willnet Date: Mon, 2 May 2016 23:33:12 +0900 Subject: [ci skip] Fix ActionCable README default worker pool size was changed from 100 to 4 at #24376 --- actioncable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actioncable/README.md b/actioncable/README.md index fe4d213485..7a5ddaf2f1 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -385,7 +385,7 @@ Rails.application.config.action_cable.log_tags = [ For a full list of all configuration options, see the `ActionCable::Server::Configuration` class. -Also note that your server must provide at least the same number of database connections as you have workers. The default worker pool is set to 100, so that means you have to make at least that available. You can change that in `config/database.yml` through the `pool` attribute. +Also note that your server must provide at least the same number of database connections as you have workers. The default worker pool is set to 4, so that means you have to make at least that available. You can change that in `config/database.yml` through the `pool` attribute. ## Running the cable server -- cgit v1.2.3