Removed now unnecessary cache clearing

This commit is contained in:
krateng 2022-04-04 18:31:33 +02:00
parent e1ce80131a
commit 0ae9091889
1 changed files with 1 additions and 6 deletions

View File

@ -6,7 +6,7 @@ from datetime import datetime
from threading import Lock
from ..globalconf import data_dir
from .dbcache import cached_wrapper, cached_wrapper_individual, invalidate_entity_cache
from .dbcache import cached_wrapper, cached_wrapper_individual
from doreah.logging import log
from doreah.regular import runhourly, runmonthly
@ -662,11 +662,6 @@ def clean_db():
# Clear caches
invalidate_entity_cache()
@runmonthly
def renormalize_names():
with SCROBBLE_LOCK: