feat: 将任务查询数量改为可配置环境变量 TASK_QUERY_LIMIT

This commit is contained in:
CaIon
2025-12-03 19:27:15 +08:00
parent 7d1bad1b37
commit 0b9f6a58bc
3 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ var NotifyLimitCount int
var NotificationLimitDurationMinute int
var GenerateDefaultToken bool
var ErrorLogEnabled bool
var TaskQueryLimit int
// temporary variable for sora patch, will be removed in future
var TaskPricePatches []string