forked from I2P_Developers/i2p.i2p
i2psnark: Increase max files per torrent to 2000
This commit is contained in:
@ -1117,7 +1117,7 @@ public class SnarkManager implements CompleteListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** hardcoded for sanity. perhaps this should be customizable, for people who increase their ulimit, etc. */
|
/** 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.
|
* Set of canonical .torrent filenames that we are dealing with.
|
||||||
|
Reference in New Issue
Block a user