auto update every hour

This commit is contained in:
Andras Bacsai
2023-07-20 16:37:24 +02:00
parent 930251e9c8
commit fd98ba8812

View File

@@ -167,7 +167,7 @@ const host = '0.0.0.0';
// autoUpdater
setInterval(async () => {
await autoUpdater();
}, 60000 * 15);
}, 60000 * 60);
// cleanupStorage
setInterval(async () => {