Method: ApplicationInsights::Channel::AsynchronousSender#send_time
- Defined in:
- lib/application_insights/channel/asynchronous_sender.rb
#send_time ⇒ Fixnum
The time span in seconds for which the worker thread will stay alive if no items are found in the SenderBase#queue (defaults to 3.0).
42 43 44 |
# File 'lib/application_insights/channel/asynchronous_sender.rb', line 42 def send_time @send_time end |