LaundrySorcery

Log | Files | Refs

commit 23c298b9fd749b0fb137f1cb69533f0751c97d55
parent 70ff926cb19bfe617ea0c251df07e5885268b04f
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sat, 30 Jun 2018 13:44:04 +0000

Enlargen interval to check the on_file to 20 seconds

Diffstat:
www/index.cgi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/index.cgi b/www/index.cgi @@ -78,7 +78,7 @@ Content-Type: text/html st.getElementsByTagName("img")[0].setAttribute("src",classn+".svg"); } setInterval(function(){ if(delta_t>=0){delta_t++}else{delta_t--}; updateDisplay();}, 1000); - setInterval(function(){ readTextFile("print_delta_t.cgi", function(rawFile){delta_t = rawFile.responseText});}, 5*1000); + setInterval(function(){ readTextFile("print_delta_t.cgi", function(rawFile){delta_t = rawFile.responseText});}, 20*1000); readTextFile("clusters", function(rawFile){parseClusters(rawFile.responseText);}); clusters=[]; function Cluster(apriori, mean, variance){