Skip to content

Commit 11d41c6

Browse files
committed
[ci skip] Fix ActionCable README
default worker pool size was changed from 100 to 4 at rails#24376
1 parent 6bd3e86 commit 11d41c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actioncable/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Rails.application.config.action_cable.log_tags = [
385385

386386
For a full list of all configuration options, see the `ActionCable::Server::Configuration` class.
387387

388-
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.
388+
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.
389389

390390

391391
## Running the cable server

0 commit comments

Comments
 (0)