zipseg limit to 1.9G instead of 2G

This commit is contained in:
Nathan
2026-06-23 13:35:36 -06:00
parent 4dd33a0142
commit 49fa5f707f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
"zipper": "7z",
"compression": 0,
"Max7zInst": 0,
"zipsegLimit": "2G"
"zipsegLimit": "1.9G"
}