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: