Increase timeout between syncing images

- Partially fixes #457
This commit is contained in:
Croneter 2018-04-29 14:14:31 +02:00
parent d3ef80ed22
commit 62d6c8fe45

View file

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