From 28ac67c83449fdc09f3de6776ea8536568bf6e60 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 17 Nov 2023 11:10:29 -0500 Subject: [PATCH] match default auger times to new portal times --- modules/_setupdb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/_setupdb.js b/modules/_setupdb.js index 956921b..916f025 100644 --- a/modules/_setupdb.js +++ b/modules/_setupdb.js @@ -127,8 +127,8 @@ const createIntervalsTableQuery = "CREATE TABLE IF NOT EXISTS intervals (key var dbfn.run(createIntervalsTableQuery).then(res => { console.log(res.status); const intervalsEntries = { - auger_on: 600, - auger_off: 1400, + auger_on: 500, + auger_off: 1500, pause: 5000, igniter_start: 420000, blower_stop: 600000