reduces default update interrval to 10ms

This commit is contained in:
2026-01-12 21:29:37 -05:00
parent e48221b1cd
commit 936ce2fc96

2
app.py
View File

@@ -27,7 +27,7 @@ def index():
if d.strip().isdigit() if d.strip().isdigit()
] ]
update_interval = int(os.getenv("UPDATE_INTERVAL_MS", "60000")) update_interval = int(os.getenv("UPDATE_INTERVAL_MS", "10"))
return render_template( return render_template(
"index.html", "index.html",