限流优化

This commit is contained in:
sky22333
2026-07-13 03:10:42 +08:00
parent 7e0b82f8f0
commit 320df5def5
5 changed files with 72 additions and 33 deletions

View File

@@ -10,5 +10,5 @@ services:
logging:
driver: json-file
options:
max-size: "1g"
max-file: "2"
max-size: "200m"
max-file: "3"