Actions
Optimization #614
openRate limiting messages
Effort:
low
Difficulty:
medium
Label:
Description
SCLog* function family should be updated to limit the number of repetitive messages. One way to do so could be to store the log messages in a hash and keeping a counter for each entry to set up the rate limiting.
Updated by Victor Julien almost 12 years ago
- Status changed from New to Assigned
- Assignee set to Eric Leblond
- Target version set to TBD
Maybe we can have a hard limit on the number of messages per second (configurable perhaps) and also track the last X messages to suppress exact duplicates.
Updated by Victor Julien over 6 years ago
- Assignee changed from Eric Leblond to Anonymous
- Effort set to low
- Difficulty set to medium
Updated by Victor Julien about 5 years ago
- Related to Feature #1489: Log a message when memcap limit is reached added
Updated by Philippe Antoine over 1 year ago
- Tracker changed from Feature to Optimization
Actions