mirror of https://gitlab.com/bashrc2/epicyon
Wait longer between rss feed updates
parent
aee89ca8c9
commit
0a3a584d1b
|
@ -868,7 +868,7 @@ def run_newswire_daemon(base_dir: str, httpd,
|
||||||
httpd.max_news_posts)
|
httpd.max_news_posts)
|
||||||
|
|
||||||
# wait a while before the next feeds update
|
# wait a while before the next feeds update
|
||||||
for _ in range(120):
|
for _ in range(360):
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
# if a new blog post has been created then stop
|
# if a new blog post has been created then stop
|
||||||
# waiting and recalculate the newswire
|
# waiting and recalculate the newswire
|
||||||
|
|
Loading…
Reference in New Issue