messageRateMax - I think we might need a separate post_messageRateMax #1181
Labels
efficiency
improve performance and/or reduce overhead
enhancement
New feature or request
good first issue
Good for newcomers
Refactor
change implementation of existing functionality.
I tried using messageRateMax to slow down publishing in a poll, but it appears to also slow down ingestion of messages into the nodupe cache.
In a poll, I think we'd mostly want to only limit the rate messages are posted at, not ingested. So maybe we need
post_messageRateMax
and make the "plain"messageRateMax
only for incoming messages?The text was updated successfully, but these errors were encountered: