Skip to main content

Name

max_timed_events_per_iter — the maximum numer of timed events per scheduler iteration

Synopsis

max_timed_events_per_iter = 1024

Description

**Configuration Change. ** This feature is available starting from Momentum 3.0.22.

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 for this option is 1024.

Scope

max_timed_events_per_iter is valid in the global scope.

Was this page helpful?