Rate limiter

This commit is contained in:
2025-02-25 00:22:46 +08:00
parent 15c39609b8
commit fbb670b96b
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ bind = "0.0.0.0:8001"
grpc_bind = "0.0.0.0:7001"
domain = "localhost"
rate_limit = 120
[debug]
database = false
print_routes = false