Skip to content

Commit

Permalink
Increased max file size to 512GB.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Aug 5, 2016
1 parent 63c2b7a commit 6661984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command_local.cc
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ initialize_command_local() {
CMD2_VAR_C_STRING("system.client_version", PACKAGE_VERSION);
CMD2_VAR_C_STRING("system.library_version", torrent::version());
CMD2_VAR_VALUE ("system.file.allocate", 0);
CMD2_VAR_VALUE ("system.file.max_size", (int64_t)128 << 30);
CMD2_VAR_VALUE ("system.file.max_size", (int64_t)512 << 30);
CMD2_VAR_VALUE ("system.file.split_size", -1);
CMD2_VAR_STRING ("system.file.split_suffix", ".part");

Expand Down

0 comments on commit 6661984

Please sign in to comment.