mirror of https://github.com/zlatinb/muwire
Increase the MAX_RESULTS constant because it's not as relevant any more
parent
f49732ef99
commit
41dc8ab0e6
|
@ -22,7 +22,7 @@ public class Constants {
|
|||
public static final int MAX_HEADERS = 16;
|
||||
public static final long MAX_HEADER_TIME = 60 * 1000;
|
||||
|
||||
public static final int MAX_RESULTS = 0x1 << 16;
|
||||
public static final int MAX_RESULTS = 0x1 << 18;
|
||||
|
||||
public static final int MAX_COMMENT_LENGTH = 0x1 << 15;
|
||||
|
||||
|
|
Loading…
Reference in New Issue