Updater: 15% faster resource extract (-30s)

This commit is contained in:
Willy-JL
2024-07-03 03:38:44 +02:00
parent b18ac01485
commit a1adf727d0
+1 -1
View File
@@ -8,7 +8,7 @@
#define TAG "TarArch"
#define MAX_NAME_LEN 254
#define FILE_BLOCK_SIZE 512
#define FILE_BLOCK_SIZE (10 * 1024)
#define FILE_OPEN_NTRIES 10
#define FILE_OPEN_RETRY_DELAY 25