diff --git a/src/config/mod.rs b/src/config/mod.rs index f9046f8..fe46693 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -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 {