Lower chunk size

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2015-11-12 10:42:16 -08:00
parent 00a49afc30
commit 51990d0b33
1 changed files with 1 additions and 1 deletions

View File

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