mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-19 14:59:28 +00:00
editor/server: remove misused limiter config
This commit is contained in:
@@ -26,7 +26,6 @@ db: SQLAlchemy = SQLAlchemy(model_class=Base, session_options={
|
||||
|
||||
limiter: Limiter = Limiter(
|
||||
key_func=get_remote_address, # Uses client's IP address by default
|
||||
default_limits=["200 per day", "50 per hour"] # Global default limits
|
||||
)
|
||||
|
||||
def generate_secret(length=32) -> str:
|
||||
|
||||
Reference in New Issue
Block a user