mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-09 02:16:55 +00:00
increase buffer size for isexe reading / writing based on deterous's … (#28)
* increase buffer size for isexe reading / writing based on deterous's input * remove comment
This commit is contained in:
committed by
GitHub
parent
5df1af9c17
commit
2f093a80c7
@@ -176,7 +176,7 @@ namespace SabreTools.Serialization.Wrappers
|
||||
if (overlayAddress < 0)
|
||||
return false;
|
||||
|
||||
const int chunkSize = 64 * 1024;
|
||||
const int chunkSize = 2048 * 1024;
|
||||
var reader = new Readers.InstallShieldExecutableFile();
|
||||
|
||||
lock (_dataSourceLock)
|
||||
|
||||
Reference in New Issue
Block a user