You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typical system running under light load may have several hundred active connections.
Lets make sure the broadcast policy mechanism does not do stupid things like iterate over all connections, and that ActiveRecord is properly caching repeated calls to the Connection.active query.