mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
feat: fix slow anime mapper loading
This commit is contained in:
@@ -35,7 +35,7 @@ _FRIBB_PROVIDER_ORDER = (
|
||||
("simkl", "simkl_id"),
|
||||
)
|
||||
|
||||
_DB_CHUNK_SIZE = 1000
|
||||
_DB_CHUNK_SIZE = 10000
|
||||
|
||||
|
||||
class AnimeMapper:
|
||||
|
||||
Reference in New Issue
Block a user