Change scrape checking interval, to deal with traffic peaks

This commit is contained in:
Sven Slootweg 2013-10-30 20:08:06 +01:00
parent e49a9bdef6
commit 73fa91c953

View file

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