reduces default update interrval to 10ms
This commit is contained in:
2
app.py
2
app.py
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user