Solving issue with sync

This commit is contained in:
Johan Hjorth 2025-06-23 11:29:36 +02:00
parent a51cb7410b
commit 9e9f27398c

View file

@ -12,4 +12,4 @@ RECENT_MONTHS = 3
MAX_SIMILAR_PER_ART = 20 MAX_SIMILAR_PER_ART = 20
SIMILAR_MATCH_MIN = 0.5 SIMILAR_MATCH_MIN = 0.5
CACHE_TTL_HOURS = 24 CACHE_TTL_HOURS = 24
DEBUG_PRINT = True DEBUG_PRINT = True