feat: 将 TaskConfig 默认超时时间统一改为60分钟
- default_task_max_execution_secs: 1200 -> 3600 (20分钟 -> 60分钟) - default_task_explore_max_execution_secs: 600 -> 3600 (10分钟 -> 60分钟) 确保配置层默认值与代码层一致。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
c41c2a1d2e
commit
861aa04690
@ -228,11 +228,11 @@ fn default_task_enabled() -> bool {
|
||||
}
|
||||
|
||||
fn default_task_max_execution_secs() -> u64 {
|
||||
1200 // 20分钟
|
||||
3600 // 60分钟
|
||||
}
|
||||
|
||||
fn default_task_explore_max_execution_secs() -> u64 {
|
||||
600 // 10分钟
|
||||
3600 // 60分钟
|
||||
}
|
||||
|
||||
fn default_task_ttl_hours() -> u64 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user