Skip to content

Commit

Permalink
engine.events: increase rate of commited_counters
Browse files Browse the repository at this point in the history
This is to ensure suffient event logs since counter.commit() is only
executed every 100th breath.
  • Loading branch information
eugeneia committed Sep 29, 2022
1 parent 8080451 commit cd43d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/engine.events
Expand Up @@ -40,7 +40,7 @@ deallocated (freed) during processing. This does not necessarily
correspond directly to ingress or egress packets on a given interface.


1,4|commited_counters:
1,5|commited_counters:
The engine commits the latest counter values to externally visible shared
memory.

Expand Down

0 comments on commit cd43d69

Please sign in to comment.