From 0ba7d6fec8a092e36520dc9815f1cd382e86309f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 13 Jul 2018 15:28:12 -0400 Subject: [PATCH] Change timeoutLength to 10 Minutes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index b8e424e..0ce58dc 100644 --- a/client.js +++ b/client.js @@ -27,7 +27,7 @@ const trackedStations = { "W1HS-??": "" }; -const timeoutLength = 20 * 60 * 1000; // 20 Minutes +const timeoutLength = 10 * 60 * 1000; // 10 Minutes const lowVoltage = 11.9;