max_timed_events_per_iter
Last updated March 2020
Name
max_timed_events_per_iter — the maximum numer of timed events per scheduler iteration
Synopsis
max_timed_events_per_iter = 1024
Description
This option provides an upper boundary on how many timed events are dispatched in a single scheduler iteration. This caps the number of timed events that will be processed by the scheduler before tending to events triggered by network traffic, preventing network events from being starved by time-based events.
The default value is 1024
.
Scope
max_timed_events_per_iter is valid in the global scope.
Was this page helpful?