diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 3dbd12b0..85e6697f 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -1620,7 +1620,7 @@ class LibrarySync(Thread): try: message = queue.get(block=False) except Queue.Empty: - xbmc.sleep(300) + xbmc.sleep(100) continue # Got a message from PMS; process it else: @@ -1630,9 +1630,9 @@ class LibrarySync(Thread): continue else: # Still sleep if backgroundsync disabled - xbmc.sleep(300) + xbmc.sleep(100) - xbmc.sleep(300) + xbmc.sleep(100) # doUtils could still have a session open due to interrupted sync try: