mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
Increase the maximum file size
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char const **argv) {
|
||||
size_t const kMaxFileSize = (size_t)1 << 20;
|
||||
size_t const kMaxFileSize = (size_t)1 << 27;
|
||||
int const kFollowLinks = 1;
|
||||
char *fileNamesBuf = NULL;
|
||||
char const **files = argv + 1;
|
||||
|
Reference in New Issue
Block a user