Skip to content

Commit

Permalink
reduce the default burst round length to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Dec 25, 2024
1 parent d6a08df commit dce7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otaclient_common/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_burst_suppressed_logger(
*,
upper_logger_name: str | None = None,
burst_max: int = 6,
burst_round_length: int = 30,
burst_round_length: int = 16,
) -> logging.Logger:
"""Configure the logger by <_logger> and attach a burst_suppressed_filter to it
Expand Down

0 comments on commit dce7c7f

Please sign in to comment.