Commit eef7b97
committed
fix: [zip] improve ARM platform plugin selection for large files
- Replace proportion-based logic with size-based thresholds
- Fix uniform large files incorrectly using 7z instead of libarchive
- Add size thresholds: max file > 50MB, total > 200MB, or (total > 100MB && max > 10MB)
- Maintain backward compatibility with original proportion logic
log: 性能优化
Bug:1 parent 40d050c commit eef7b97
1 file changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
1036 | | - | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
1037 | 1052 | | |
1038 | 1053 | | |
1039 | 1054 | | |
| |||
0 commit comments