Method: Beetle::Configuration#publishing_timeout
- Defined in:
- lib/beetle/configuration.rb
#publishing_timeout ⇒ Object
the socket timeout in seconds for message publishing (defaults to 0). consider this a highly experimental feature for now.
126 127 128 |
# File 'lib/beetle/configuration.rb', line 126 def publishing_timeout @publishing_timeout end |