mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 22:08:08 +01:00
Lower chunk size
// FREEBIE
This commit is contained in:
@@ -24,7 +24,7 @@ import java.util.List;
|
||||
|
||||
public abstract class Messages {
|
||||
|
||||
public static final int RESULT_SET_CHUNK_SIZE = 1000;
|
||||
public static final int RESULT_SET_CHUNK_SIZE = 100;
|
||||
|
||||
private static final String ID = "id";
|
||||
private static final String TYPE = "type";
|
||||
|
||||
Reference in New Issue
Block a user