|
@@ -409,7 +409,7 @@ public class DFSConfigKeys extends CommonConfigurationKeys {
|
|
|
public static final String DFS_DF_INTERVAL_KEY = "dfs.df.interval";
|
|
|
public static final int DFS_DF_INTERVAL_DEFAULT = 60000;
|
|
|
public static final String DFS_BLOCKREPORT_INTERVAL_MSEC_KEY = "dfs.blockreport.intervalMsec";
|
|
|
- public static final long DFS_BLOCKREPORT_INTERVAL_MSEC_DEFAULT = 60 * 60 * 1000;
|
|
|
+ public static final long DFS_BLOCKREPORT_INTERVAL_MSEC_DEFAULT = 6 * 60 * 60 * 1000;
|
|
|
public static final String DFS_BLOCKREPORT_INITIAL_DELAY_KEY = "dfs.blockreport.initialDelay";
|
|
|
public static final int DFS_BLOCKREPORT_INITIAL_DELAY_DEFAULT = 0;
|
|
|
public static final String DFS_BLOCKREPORT_SPLIT_THRESHOLD_KEY = "dfs.blockreport.split.threshold";
|