Skip to content

Commit

Permalink
changed default transfer block size.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Mar 1, 2010
1 parent 204d9e1 commit 5648ad5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ public class StorageProperties {
public static final long GB = 1024*1024*1024;
public static final long MB = 1024*1024;
public static final long KB = 1024;
public static int TRANSFER_CHUNK_SIZE = 102400;
public static int TRANSFER_CHUNK_SIZE = 8192;
public static boolean enableSnapshots = false;
public static boolean enableStorage = false;
public static boolean shouldEnforceUsageLimits = true;
Expand Down

0 comments on commit 5648ad5

Please sign in to comment.