mirror of https://github.com/apache/druid.git
keep default behavior
This commit is contained in:
parent
4235e14fc6
commit
8603d2fd3e
|
@ -41,7 +41,7 @@ public class SegmentLoaderConfig
|
|||
private int dropSegmentDelayMillis = 30 * 1000; // 30 seconds
|
||||
|
||||
@JsonProperty("announceIntervalMillis")
|
||||
private int announceIntervalMillis = 5 * 1000; // 5 seconds
|
||||
private int announceIntervalMillis = 0; // do not background announce
|
||||
|
||||
@JsonProperty("numLoadingThreads")
|
||||
private int numLoadingThreads = 1;
|
||||
|
|
Loading…
Reference in New Issue