mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-24 22:36:33 +00:00
shoudl be 1 s to stop problems with history index
This commit is contained in:
@@ -107,7 +107,7 @@ def wait_for_all_checks(client):
|
||||
attempt=0
|
||||
time.sleep(0.1)
|
||||
while attempt < 60:
|
||||
time.sleep(0.5)
|
||||
time.sleep(1)
|
||||
res = client.get(url_for("index"))
|
||||
if not b'Checking now' in res.data:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user