increase max results even more

dbus-notify
Zlatin Balevsky 2022-04-13 19:53:30 +01:00
parent 69fbc186ef
commit cb695ff751
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 << 18;
public static final int MAX_RESULTS = 0x1 << 20;
public static final int MAX_COMMENT_LENGTH = 0x1 << 15;