rails/actioncable/lib/action_cable
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
..
channel Keep logging in the ActionCable::Channel::Base 2016-03-30 00:03:11 -03:00
connection Cable: fix Faye periodic timer shutdown typo 2016-03-24 10:29:11 -07:00
helpers Add small Action Cable documentation fixes 2016-02-27 13:53:31 -05:00
server Cable: reconcile default worker pool size with low db conn pool size 2016-03-30 16:07:19 -07:00
subscription_adapter Evented Redis adapter: log reconnect failures as errors, not just info 2016-03-17 21:23:36 -07:00
channel.rb
connection.rb Support faye-websocket + EventMachine as an option 2016-03-02 12:17:15 +10:30
engine.rb Share default mount path with client side .js 2016-03-03 21:27:52 -05:00
gem_version.rb Prep release for Rails 5 beta3 2016-02-24 10:27:02 -05:00
remote_connections.rb Full Action Cable documentation read through 2016-02-17 11:08:00 -05:00
server.rb Revert "Revert "Eliminate the EventMachine dependency"" 2016-01-30 03:46:37 +10:30
subscription_adapter.rb Split internal subscriber tracking from Postgres adapter 2016-01-24 15:52:47 +10:30
version.rb Initial stab at adding Action Cable to rails/master 2015-12-14 16:38:37 +01:00