From 6c7018a00d26b81cd45222487e9ef0b9a4a555ca Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 18 Sep 2013 20:59:27 +0200 Subject: [PATCH] Slightly longer allowed temp mod time --- js/Printer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Printer.js b/js/Printer.js index 1bed5b8..3d34f07 100644 --- a/js/Printer.js +++ b/js/Printer.js @@ -17,7 +17,7 @@ function Printer() { this.wifiboxURL; - this.maxTempLastMod = 5; // max time (seconds) since the last temp info modification before the printer connection is considered lost + this.maxTempLastMod = 7; // max time (seconds) since the last temp info modification before the printer connection is considered lost this.checkTemperatureInterval = 6000; this.checkTemperatureDelay;