aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2016-05-27 05:35:46 -0400
committerप्रथमेश Sonpatki <csonpatki@gmail.com>2016-05-27 05:35:46 -0400
commitd87928b666ad948c19f0299ec7c8d15757f17595 (patch)
tree31f7bea2ce70dd6d00430a0b5ee74d46e7cad7d4 /guides
parent8c4c55234961cbcd2939ef9c249f07ce698978b3 (diff)
parent875ef00bdabe42e8ed16dc50df1ce44f71c4487d (diff)
downloadrails-d87928b666ad948c19f0299ec7c8d15757f17595.tar.gz
rails-d87928b666ad948c19f0299ec7c8d15757f17595.tar.bz2
rails-d87928b666ad948c19f0299ec7c8d15757f17595.zip
Merge pull request #25162 from willnet/fix-guides
[ci skip] Fix ActionCable Guides
Diffstat (limited to 'guides')
-rw-r--r--guides/source/action_cable_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md
index 93bcb6157a..c62004067c 100644
--- a/guides/source/action_cable_overview.md
+++ b/guides/source/action_cable_overview.md
@@ -583,7 +583,7 @@ 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 size is set to 100, so
+connections as you have workers. The default worker pool size 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.