Skip to content

Prevent excess flood

Compare
Choose a tag to compare
@Gottox Gottox released this 05 Jun 15:25
· 9 commits to v2 since this release

This release introduces a new config parameter:

excess_flood

Prevention strategy for excess flooding a channel Either "throttle" or "truncate".

  • truncate: cuts off the message after 3 lines.
  • throttle: sends only 1 line per second.