From 4fee9b3011002152c2f9207dddfc74441dda61e1 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sat, 16 Jan 2021 12:50:20 -0600 Subject: [PATCH] Increase times betwen retries on fetch error. --- fanficfare/configurable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fanficfare/configurable.py b/fanficfare/configurable.py index 0db4cbfc..bcaa8da9 100644 --- a/fanficfare/configurable.py +++ b/fanficfare/configurable.py @@ -1289,7 +1289,7 @@ class Configuration(ConfigParser): # only one try for file:s. sleeptimes = [0] else: - sleeptimes = [0, 0.5, 4, 9] + sleeptimes = [0, 2, 7, 12] for sleeptime in sleeptimes: time.sleep(sleeptime) try: