From 8f883b1920ac53f9704d1d60721cc1cefd10ca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Sun, 23 Mar 2025 08:37:45 +0800 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 8fbe8b7..acc530d 100644 --- a/app.js +++ b/app.js @@ -74,7 +74,7 @@ app.get("/list/key", (req, res) => { app.use((req, res) => { res.status(404).send('请在浏览器地址:http://where.name.serv00.net 后面加三种路径功能:/up是保活,/re是重启,/rp是重置节点端口,/list/你的uuid 是节点及订阅信息'); }); -setInterval(runCustomCommand, 3 * 60 * 1000); +setInterval(runCustomCommand, 30 * 60 * 1000); app.listen(3000, () => { console.log("服务器运行在端口 3000"); runCustomCommand();