savetv_enrich: Sleep auf 0.5s reduziert für schnellere Verarbeitung
This commit is contained in:
parent
e204edf2ea
commit
8751b42724
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ FALLBACK_MODEL = "qwen3:30b-a3b"
|
||||||
FILMINFO_CACHE = Path("/mnt/savetv/.filminfo_cache.json")
|
FILMINFO_CACHE = Path("/mnt/savetv/.filminfo_cache.json")
|
||||||
LOCKFILE = Path("/tmp/savetv_enrich.lock")
|
LOCKFILE = Path("/tmp/savetv_enrich.lock")
|
||||||
BATCH_SIZE = 8
|
BATCH_SIZE = 8
|
||||||
SLEEP_BETWEEN = 2.0
|
SLEEP_BETWEEN = 0.5
|
||||||
|
|
||||||
|
|
||||||
def _load_cache() -> dict:
|
def _load_cache() -> dict:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue