9
0
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:
Anthony Donlon
2025-11-21 08:52:13 +08:00
parent 5c7fc0000b
commit 665528919b

View File

@@ -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: