bdurand / seamless_database_pool

Add support for master/slave database clusters in ActiveRecord to improve performance.
http://rdoc.info/projects/bdurand/seamless_database_pool
MIT License
224 stars 58 forks source link

ignore read pool for `#active?` and `#verify!` when `read_only_connection_type == :master` #39

Closed wjordan closed 7 years ago

wjordan commented 7 years ago

Prevents all read pool connections from being checked out and verified on every request when not necessary. Fixes #38.