Revert "Increase timeout between syncing images"

This reverts commit 0807ce5314.
This commit is contained in:
Croneter 2018-05-14 17:56:39 +02:00
parent 6c93934026
commit 8b1d04af79

View file

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