Reset config

This commit is contained in:
Justin Borromeo 2019-02-28 15:58:20 -08:00
parent 806166f977
commit 5ff59f5ca6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class ScanQueryConfig
}
@JsonProperty
private int maxRowsQueuedForTimeOrdering = 10;
private int maxRowsQueuedForTimeOrdering = 100000;
public int getMaxRowsQueuedForTimeOrdering()
{