]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
CA-40530: bump up the threshold time before a host is declared offline to 10 minutes...
authorDavid Scott <dave.scott@eu.citrix.com>
Fri, 18 Jun 2010 12:38:30 +0000 (13:38 +0100)
committerDavid Scott <dave.scott@eu.citrix.com>
Fri, 18 Jun 2010 12:38:30 +0000 (13:38 +0100)
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
ocaml/xapi/xapi_globs.ml

index 354d5917eb30b0a5fcd61833c2b8338d7b97ca31..1ec3faa7954a327922f96754386770d0ccef6a90 100644 (file)
@@ -86,7 +86,7 @@ let emergency_mode_error = ref (Api_errors.Server_error(Api_errors.host_still_bo
 (* Interval between host heartbeats *)
 let host_heartbeat_interval = 30.0
 (* If we haven't heard a heartbeat from a host for this interval then the host is assumed dead *)
-let host_assumed_dead_interval = 200.0 
+let host_assumed_dead_interval = 600.0 (* 10 minutes *)
 
 let http_realm = "xapi"