Change scrape checking interval, to deal with traffic peaks

develop
Sven Slootweg 11 years ago
parent e49a9bdef6
commit 73fa91c953

@ -43,4 +43,4 @@ while True:
last_list = new_list
time.sleep(5 * 60)
time.sleep(1 * 60)

Loading…
Cancel
Save