mirror of https://github.com/apache/druid.git
Reset config
This commit is contained in:
parent
806166f977
commit
5ff59f5ca6
|
@ -41,7 +41,7 @@ public class ScanQueryConfig
|
|||
}
|
||||
|
||||
@JsonProperty
|
||||
private int maxRowsQueuedForTimeOrdering = 10;
|
||||
private int maxRowsQueuedForTimeOrdering = 100000;
|
||||
|
||||
public int getMaxRowsQueuedForTimeOrdering()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue