aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d1831d14f..15d4611c67 100644
--- a/README.md
+++ b/README.md
@@ -244,6 +244,7 @@ ActionCable.server.config.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.
## Starting the cable server