mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 13:07:37 +03:00
Increase ByteArrayDiskWriter maximum size
This commit is contained in:
parent
c546fa492c
commit
56d1e1146b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ private:
|
|||
void clear();
|
||||
|
||||
public:
|
||||
ByteArrayDiskWriter(size_t maxLength = 5_m);
|
||||
ByteArrayDiskWriter(size_t maxLength = 15_m);
|
||||
virtual ~ByteArrayDiskWriter();
|
||||
|
||||
virtual void initAndOpenFile(int64_t totalLength = 0) CXX11_OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue