Skip to content

Commit

Permalink
Bumped default max file size to 128Gb.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Mar 12, 2012
1 parent 3d1b0b5 commit 3ac22e4
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 @@ -331,7 +331,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)64 << 30);
CMD2_VAR_VALUE ("system.file.max_size", (int64_t)128 << 30);
CMD2_VAR_VALUE ("system.file.split_size", -1);
CMD2_VAR_STRING ("system.file.split_suffix", ".part");

Expand Down

0 comments on commit 3ac22e4

Please sign in to comment.