Change timeoutLength to 10 Minutes

This commit is contained in:
Adam Goldsmith 2018-07-13 15:28:12 -04:00
parent 1f721d28d7
commit 0ba7d6fec8

View File

@ -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;