You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
there is a limit on upload size,when upload size(uncompressed)>250m.
After I insect the anki source code a bit , I find that we can change their values by set two env vars in add-on code .
Two env vars are
MAX_UPLOAD_MEGS_COMP
andMAX_UPLOAD_MEGS_UNCOMP
.For example,we can set uncompressed size to 5g,and compressed size 1g.
Note: this only works with versions 2.1.28 and above.
tsudoko/anki-sync-server#69
addon site https://ankiweb.net/shared/info/358444159
add-on hosted on github dobefore/SyncRedirect21@3781ab8
The text was updated successfully, but these errors were encountered: