mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
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();
|
public abstract int getReplicantLifetime();
|
||||||
|
|
||||||
@Config("druid.master.replicant.throttleLimit")
|
@Config("druid.master.replicant.throttleLimit")
|
||||||
@Default("10")
|
@Default("1")
|
||||||
public abstract int getReplicantThrottleLimit();
|
public abstract int getReplicantThrottleLimit();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user