From 18807191c003b0688580ee8c1738e7746dd4c397 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 1 Jun 2014 17:36:34 +0200 Subject: [PATCH] Don't reindex on startup --- couchpotato/core/plugins/release/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/couchpotato/core/plugins/release/main.py b/couchpotato/core/plugins/release/main.py index 3cf136de..8cd485c2 100644 --- a/couchpotato/core/plugins/release/main.py +++ b/couchpotato/core/plugins/release/main.py @@ -63,7 +63,6 @@ class Release(Plugin): def cleanDone(self): log.debug('Removing releases from dashboard') - time.sleep(3) now = time.time() week = 262080 @@ -88,9 +87,6 @@ class Release(Plugin): del media_exist - # Reindex statuses - db.reindex_index('media_status') - # get movies last_edit more than a week ago medias = fireEvent('media.with_status', 'done', single = True)