diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 2b4d609b..8b0ce224 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -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)