调整一些默认配置

This commit is contained in:
starry
2025-09-02 01:03:50 +08:00
committed by GitHub
parent 0cd5a7334d
commit 45b4acc31f
2 changed files with 4 additions and 4 deletions

View File

@@ -84,8 +84,8 @@ func DefaultConfig() *AppConfig {
RequestLimit int `toml:"requestLimit"`
PeriodHours float64 `toml:"periodHours"`
}{
RequestLimit: 200,
PeriodHours: 1.0,
RequestLimit: 500,
PeriodHours: 3.0,
},
Security: struct {
WhiteList []string `toml:"whiteList"`