feat: fix slow anime mapper loading

This commit is contained in:
g0ldyy
2026-01-08 21:37:08 +01:00
parent 1011cd1419
commit 67f774029d
+1 -1
View File
@@ -35,7 +35,7 @@ _FRIBB_PROVIDER_ORDER = (
("simkl", "simkl_id"),
)
_DB_CHUNK_SIZE = 1000
_DB_CHUNK_SIZE = 10000
class AnimeMapper: