Skip to content

Commit

Permalink
Commented out elastic_window as an available strat
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktmi committed Jun 11, 2024
1 parent a5d6f89 commit d097130
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kytos/core/pacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
limits.strategies.FixedWindowRateLimiter,
limits.aio.strategies.FixedWindowRateLimiter,
),
"elastic_window": (
limits.strategies.FixedWindowElasticExpiryRateLimiter,
limits.aio.strategies.FixedWindowElasticExpiryRateLimiter,
),
# "elastic_window": (
# limits.strategies.FixedWindowElasticExpiryRateLimiter,
# limits.aio.strategies.FixedWindowElasticExpiryRateLimiter,
# ),
}


Expand Down

0 comments on commit d097130

Please sign in to comment.