Method: CommonPool::Configuration#timeout
- Defined in:
- lib/common_pool.rb
#timeout ⇒ Object
Request timeout when creating object for the pool, timeout in seconds. Default: 60. If set to 0 or less, there will be no timeout.
47 48 49 |
# File 'lib/common_pool.rb', line 47 def timeout @timeout end |