Update index.ts

This commit is contained in:
Andras Bacsai 2022-12-27 13:48:19 +01:00 committed by GitHub
parent 5b9f38948b
commit 1122b8a2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ const host = '0.0.0.0';
// cleanupStorage
setInterval(async () => {
await cleanupStorage();
}, 2000);
}, 60000 * 15);
// checkProxies, checkFluentBit & refresh templates
setInterval(async () => {