mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
revert changes to RetryQueryRunnerConfig
This commit is contained in:
parent
5e7dfaf298
commit
cc8a4d0847
@ -24,7 +24,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
public class RetryQueryRunnerConfig
|
||||
{
|
||||
@JsonProperty
|
||||
private int numTries = 4;
|
||||
private int numTries = 0;
|
||||
@JsonProperty
|
||||
private boolean returnPartialResults = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user