aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-05-20 23:16:28 +0200
committerMinteck <contact@minteck.org>2022-05-20 23:16:28 +0200
commit42ee16ddb3c48a8f25488ecc1b504f5e675e250b (patch)
tree3343eb2edc8c472ffed7168ca27798f3d1a4ee4f /index.js
parente408dc7e5bd00c59e126ba3c4f9c870c07c9e7c1 (diff)
downloadvaportrail-42ee16ddb3c48a8f25488ecc1b504f5e675e250b.tar.gz
vaportrail-42ee16ddb3c48a8f25488ecc1b504f5e675e250b.tar.bz2
vaportrail-42ee16ddb3c48a8f25488ecc1b504f5e675e250b.zip
Fix a typo
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 060032b..3108183 100644
--- a/index.js
+++ b/index.js
@@ -16,7 +16,7 @@ setInterval(() => {
refresh().then(() => {
console.log("Refresh done!");
});
-}, 30000);
+}, 300000);
const server = app.listen(8099, function () {
let host = server.address().address