Module: FiberedMysql2::HashConfigOverride
- Defined in:
- lib/fibered_mysql2/hash_config_override.rb
Instance Method Summary collapse
-
#reaping_frequency ⇒ Object
Override the reaping_frequency method to return nil so that the connection pool does not reap connections when in fibered mode.
Instance Method Details
#reaping_frequency ⇒ Object
Override the reaping_frequency method to return nil so that the connection pool does not reap connections when in fibered mode.
6 7 8 |
# File 'lib/fibered_mysql2/hash_config_override.rb', line 6 def reaping_frequency nil end |