Method: ApplicationInsights::Channel::AsynchronousSender#send_interval
- Defined in:
- lib/application_insights/channel/asynchronous_sender.rb
#send_interval ⇒ Fixnum
The time span in seconds at which the the worker thread will check the SenderBase#queue for items (defaults to: 1.0).
37 38 39 |
# File 'lib/application_insights/channel/asynchronous_sender.rb', line 37 def send_interval @send_interval end |