method
checkout_timeout
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::DatabaseConfigurations::HashConfig
checkout_timeout()public
No documentation available.
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 69
def checkout_timeout
(configuration_hash[:checkout_timeout] || 5).to_f
end