mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
reduce max media count to 100 per chunk
This commit is contained in:
parent
2ba8c41fec
commit
c0454fe3e7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ MODEL_CLOZE = 1
|
|||
# deck schema & syncing vars
|
||||
SCHEMA_VERSION = 11
|
||||
SYNC_ZIP_SIZE = int(2.5*1024*1024)
|
||||
SYNC_ZIP_COUNT = 300
|
||||
SYNC_ZIP_COUNT = 100
|
||||
SYNC_URL = os.environ.get("SYNC_URL") or "https://ankiweb.net/sync/"
|
||||
SYNC_VER = 5
|
||||
|
||||
|
|
Loading…
Reference in a new issue