keep default behavior

This commit is contained in:
Xavier Léauté 2014-09-23 16:23:02 -07:00
parent 4235e14fc6
commit 8603d2fd3e
1 changed files with 1 additions and 1 deletions

View File

@ -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;