From 7a569b2c0c089375d82ca36003d3c2026234d17a Mon Sep 17 00:00:00 2001 From: Simon Aubury Date: Mon, 20 Feb 2023 21:45:16 +1100 Subject: [PATCH] update shell --- shell/go.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/go.sh b/shell/go.sh index 913d5ce..fb13077 100755 --- a/shell/go.sh +++ b/shell/go.sh @@ -9,7 +9,7 @@ cd ${BASE} # while true; do echo Start; ${PY} mastodonlisten.py --enableKafka --public; sleep 30; done & while true; do echo Start; ${PY} mastodonlisten.py --baseURL https://mastodon.social --enableKafka --watchdog 30 --public; sleep 30; done -while true; do echo Start; ${PY} mastodonlisten.py --baseURL https://hachyderm.io --enableKafka --watchdog 30 ; sleep 30; done -while true; do echo Start; ${PY} mastodonlisten.py --baseURL https://mastodon.au/ --enableKafka --watchdog 30 ; sleep 30; done -while true; do echo Start; ${PY} mastodonlisten.py --baseURL https://data-folks.masto.host --enableKafka --watchdog 30 ; sleep 30; done +while true; do echo Start; ${PY} mastodonlisten.py --baseURL https://hachyderm.io --enableKafka --watchdog 600 ; sleep 30; done +while true; do echo Start; ${PY} mastodonlisten.py --baseURL https://mastodon.au/ --enableKafka --watchdog 600 ; sleep 30; done +while true; do echo Start; ${PY} mastodonlisten.py --baseURL https://data-folks.masto.host --enableKafka --watchdog 600 ; sleep 30; done