Skip to content

Commit

Permalink
Reduced repeat message timer to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktmi committed Aug 30, 2024
1 parent 3add3fb commit 6cc44d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kytos/core/pacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

LOG = logging.getLogger(__name__)

LOG.addFilter(RepeateMessageFilter(3.0, 512))
LOG.addFilter(RepeateMessageFilter(1.0, 512))


class EmptyStrategy(limits.strategies.FixedWindowRateLimiter):
Expand Down

0 comments on commit 6cc44d3

Please sign in to comment.