rails/actioncable/lib
Jeremy Daer 4c79c59c6e Cable: reconcile default worker pool size with low db conn pool size
Whack it down from 100 to 4.

Large worker pools means large db connection counts. We aren't set up
for that by default and most apps won't need it out of the box.

We're better off tuning the default worker pool for low traffic, low
resource consumption apps. Those who have higher traffic will scale up
to meet demand.
2016-03-30 16:07:19 -07:00
..
action_cable Cable: reconcile default worker pool size with low db conn pool size 2016-03-30 16:07:19 -07:00
rails/generators/channel Remove redundant regexp escapes in generators 2016-03-08 15:30:12 +03:00
action_cable.rb Share default mount path with client side .js 2016-03-03 21:27:52 -05:00