mirror of https://github.com/apache/druid.git
changed number of replicants
This commit is contained in:
parent
6f6a335a40
commit
1c19fb4a02
|
@ -92,6 +92,6 @@ public abstract class DruidMasterConfig
|
|||
public abstract int getReplicantLifetime();
|
||||
|
||||
@Config("druid.master.replicant.throttleLimit")
|
||||
@Default("10")
|
||||
@Default("1")
|
||||
public abstract int getReplicantThrottleLimit();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue