From f87a63167421245b289739d28996573768f4d170 Mon Sep 17 00:00:00 2001 From: Croneter Date: Sun, 29 Apr 2018 14:39:08 +0200 Subject: [PATCH] Revert "Increase timeout between syncing images" This reverts commit 62d6c8fe458fc3dfe5b7804d3c897035ecdccc35. --- 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 fb62a00a..a6592016 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 = 100 + sleep_between = 50 # Potentially issues with limited number of threads # Hence let Kodi wait till download is successful timeout = (35.1, 35.1)