From cada747e05866500f95079b8ba4674bd764fb11f Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 4 Dec 2022 15:56:11 -0500 Subject: [PATCH] increase sleep time --- scripts/server_bin/update_insta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server_bin/update_insta.sh b/scripts/server_bin/update_insta.sh index 23ff26c..79b1617 100755 --- a/scripts/server_bin/update_insta.sh +++ b/scripts/server_bin/update_insta.sh @@ -2,7 +2,7 @@ cd $HOME/gallery-dl/instagram for i in */; do echo ">> $i" - gallery-dl --sleep 2-3 --abort 3 https://www.instagram.com/$i + gallery-dl --sleep 3-4 --abort 3 https://www.instagram.com/$i sleep 15 done