Update index.ts
This commit is contained in:
parent
5b9f38948b
commit
1122b8a2f7
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ const host = '0.0.0.0';
|
||||||
// cleanupStorage
|
// cleanupStorage
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
await cleanupStorage();
|
await cleanupStorage();
|
||||||
}, 2000);
|
}, 60000 * 15);
|
||||||
|
|
||||||
// checkProxies, checkFluentBit & refresh templates
|
// checkProxies, checkFluentBit & refresh templates
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue