|
@@ -120,7 +120,7 @@ public interface FSConstants {
|
|
|
//
|
|
|
public static long HEARTBEAT_INTERVAL = 3;
|
|
|
public static long BLOCKREPORT_INTERVAL = 60 * 60 * 1000;
|
|
|
- public static long BLOCKREPORT_INITIAL_DELAY = 60;
|
|
|
+ public static long BLOCKREPORT_INITIAL_DELAY = 0;
|
|
|
public static final long LEASE_SOFTLIMIT_PERIOD = 60 * 1000;
|
|
|
public static final long LEASE_HARDLIMIT_PERIOD = 60 * LEASE_SOFTLIMIT_PERIOD;
|
|
|
public static int READ_TIMEOUT = 60 * 1000;
|