i2psnark: Increase max files per torrent to 2000

This commit is contained in:
zzz
2016-02-17 14:13:00 +00:00
parent 455f32faa7
commit 8498d7d128

View File

@ -1117,7 +1117,7 @@ public class SnarkManager implements CompleteListener {
}
/** hardcoded for sanity. perhaps this should be customizable, for people who increase their ulimit, etc. */
public static final int MAX_FILES_PER_TORRENT = 999;
public static final int MAX_FILES_PER_TORRENT = 2000;
/**
* Set of canonical .torrent filenames that we are dealing with.