From 01f2e29b92d3b102c3a68c6aee0f9234d632c769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= <33383463+youngchief-btw@users.noreply.github.com> Date: Wed, 9 Dec 2020 16:09:55 -0800 Subject: [PATCH] Change when it does self-updating to be every 6 hours --- src/ProxyChief.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProxyChief.js b/src/ProxyChief.js index bffeb85..05ecddd 100644 --- a/src/ProxyChief.js +++ b/src/ProxyChief.js @@ -47,4 +47,4 @@ setInterval(async function() { } console.log(`${stdout}`); }); -}, 60000) +}, 21600000)