mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-27 22:25:52 +00:00
fix: change default check interval to 10 minutes
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export default function AlertsPage() {
|
||||
const [checking, setChecking] = useState(false);
|
||||
const [checkResults, setCheckResults] = useState<string[]>([]);
|
||||
const [lastCheckTime, setLastCheckTime] = useState<string>("");
|
||||
const [checkInterval, setCheckInterval] = useState(5); // 默认 5 分钟检查一次
|
||||
const [checkInterval, setCheckInterval] = useState(10); // 默认 10 分钟检查一次
|
||||
|
||||
// 加载配置
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user