aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2016-05-02 09:44:27 -0500
committerप्रथमेश Sonpatki <csonpatki@gmail.com>2016-05-02 09:44:27 -0500
commite0a9baa044022eea52b8c4b36689396dac165944 (patch)
tree0556468d60c477dd1d968721a6e7d38f4c3fb7e5
parent6bd3e867f97ce0ef7c0900442cf1df533a7fb758 (diff)
parent11d41c6ef80e0dc3d62b6b60ce85e5c5c6867f06 (diff)
downloadrails-e0a9baa044022eea52b8c4b36689396dac165944.tar.gz
rails-e0a9baa044022eea52b8c4b36689396dac165944.tar.bz2
rails-e0a9baa044022eea52b8c4b36689396dac165944.zip
Merge pull request #24810 from willnet/fix-actioncable-readme
[ci skip] Fix ActionCable README
-rw-r--r--actioncable/README.md2
1 files changed, 1 insertions, 1 deletions
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