add: multithread gen assets

This commit is contained in:
2025-07-07 23:44:28 +02:00
parent 67a83708cf
commit 4ece9bf2ea
3 changed files with 20 additions and 7 deletions

View File

@ -1,4 +1,5 @@
CREATE_GENERAL_CATEGORY: bool = True
THUMB_DIMENSION: tuple[int, int] = (200, 200)
THUMB_DIMENSION: tuple[int, int] = (200, 200)
MAX_THREADS: int = 50