Revert "Increase timeout between syncing images"

This reverts commit 62d6c8fe45.
This commit is contained in:
Croneter 2018-04-29 14:39:08 +02:00
parent 559bd5408f
commit f87a631674

View file

@ -39,7 +39,7 @@ def double_urldecode(text):
@thread_methods(add_suspends=IMAGE_CACHING_SUSPENDS)
class Image_Cache_Thread(Thread):
sleep_between = 100
sleep_between = 50
# Potentially issues with limited number of threads
# Hence let Kodi wait till download is successful
timeout = (35.1, 35.1)