Changeset 03a99ada
- Timestamp:
- Nov 11, 2015 1:22:35 PM (5 years ago)
- Branches:
- master
- Children:
- ffddf41
- Parents:
- 48f29402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/i2psnark/java/src/org/klomp/snark/Storage.java
r48f29402 r03a99ada 81 81 public static final int MAX_PIECE_SIZE = 16*1024*1024; 82 82 /** The maximum number of pieces in a torrent. */ 83 public static final int MAX_PIECES = 10*1024;83 public static final int MAX_PIECES = 20*1024; 84 84 public static final long MAX_TOTAL_SIZE = MAX_PIECE_SIZE * (long) MAX_PIECES; 85 85
Note: See TracChangeset
for help on using the changeset viewer.