X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=core%2Fconnection.go;h=0f54f384022f1815e276b8e0576c899f115c1d5e;hb=0893e8cffa021073c9a75969db4d090c6ec80f62;hp=53a9acfced7d435116bfa31ca5019046f9a119f6;hpb=760f6c2329f9c0247b265d1a69c02a2feebfafd5;p=govpp.git diff --git a/core/connection.go b/core/connection.go index 53a9acf..0f54f38 100644 --- a/core/connection.go +++ b/core/connection.go @@ -42,8 +42,8 @@ var ( var ( HealthCheckProbeInterval = time.Second // default health check probe interval - HealthCheckReplyTimeout = time.Millisecond * 100 // timeout for reply to a health check probe - HealthCheckThreshold = 1 // number of failed health checks until the error is reported + HealthCheckReplyTimeout = time.Millisecond * 250 // timeout for reply to a health check probe + HealthCheckThreshold = 2 // number of failed health checks until the error is reported DefaultReplyTimeout = time.Second // default timeout for replies from VPP )