parent
d3ef80ed22
commit
62d6c8fe45
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def double_urldecode(text):
|
||||||
|
|
||||||
@thread_methods(add_suspends=IMAGE_CACHING_SUSPENDS)
|
@thread_methods(add_suspends=IMAGE_CACHING_SUSPENDS)
|
||||||
class Image_Cache_Thread(Thread):
|
class Image_Cache_Thread(Thread):
|
||||||
sleep_between = 50
|
sleep_between = 100
|
||||||
# Potentially issues with limited number of threads
|
# Potentially issues with limited number of threads
|
||||||
# Hence let Kodi wait till download is successful
|
# Hence let Kodi wait till download is successful
|
||||||
timeout = (35.1, 35.1)
|
timeout = (35.1, 35.1)
|
||||||
|
|
Loading…
Reference in a new issue