mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Manual bundle import capped archives at 10,000 entries while the installer (max_entries in install_runtime.py) allows 100,000. OCR ships thousands of small files, so the same bundle installed fine via the app but failed an offline import with "Archive exceeds 10000 entry limit". Raise the manual cap to match. The 20 GB cumulative byte cap and the entry-type and traversal guards stay in place as the DoS backstops. Fixes #719