Some bugfix in CI

This commit is contained in:
IgorVolochay
2026-08-25 17:43:54 +03:00
parent 130c1c7d5f
commit 7d214689bf
+1 -1
View File
@@ -35,7 +35,7 @@ app: FastAPI = FastAPI(
config = SecurityConfig(
enable_rate_limiting=True,
rate_limit=10, # TODO: check rate limits in real usage
rate_limit_window=1, # TODO: check rate limits in real usage
rate_limit_window=3, # TODO: check rate limits in real usage
enable_redis=False,
enable_ip_banning=True,
custom_log_file="security.log",