Increase the MAX_RESULTS constant because it's not as relevant any more

auto-update
Zlatin Balevsky 2021-10-11 15:18:16 +01:00
parent f49732ef99
commit 41dc8ab0e6
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -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;