mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
c2c5bf8f9e
commit
9404bdadfa
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ end;
|
|||
{ -------------------------------------------------------------------------- }
|
||||
procedure TAbZstdArchive.DecompressToStream(aStream: TStream);
|
||||
const
|
||||
BufSize = $F000;
|
||||
BufSize = $40000;
|
||||
var
|
||||
DecompStream: TZSTDDecompressionStream;
|
||||
ProxyStream: TAbProgressReadStream;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue