mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-24 01:12:56 -04:00
Use fixed window elastic expiry strategy for limiter
This commit is contained in:
parent
aaff4dd588
commit
7b75dad479
@ -238,7 +238,8 @@ def create_app(args):
|
||||
),
|
||||
storage_uri=args.req_limit_storage,
|
||||
default_limits_deduct_when=lambda req: True, # Force cost to be called after the request
|
||||
default_limits_cost=limits_cost
|
||||
default_limits_cost=limits_cost,
|
||||
strategy="fixed-window-elastic-expiry",
|
||||
)
|
||||
else:
|
||||
from .no_limiter import Limiter
|
||||
|
Loading…
x
Reference in New Issue
Block a user