From 62d6c8fe458fc3dfe5b7804d3c897035ecdccc35 Mon Sep 17 00:00:00 2001 From: Croneter Date: Sun, 29 Apr 2018 14:14:31 +0200 Subject: [PATCH] Increase timeout between syncing images - Partially fixes #457 --- resources/lib/artwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)