Skip to content

Commit

Permalink
xrCompress: changed default archive size to 1900 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 17, 2023
1 parent 55b5a03 commit 2afc663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/xrCompress/xrCompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class xrCompressor
u8* c_heap{};
u32 dwTimeStart{};

size_t XRP_TARGET_SIZE{ 1024u * 1024u * 640u }; // bytes (640Mb)
size_t XRP_TARGET_SIZE{ XRP_MAX_SIZE }; // bytes (640Mb)

public:
static constexpr
Expand Down

0 comments on commit 2afc663

Please sign in to comment.