From: Tomek Mrugalski Date: Thu, 14 Jun 2018 12:29:02 +0000 (+0200) Subject: [5649] extended example config to showcase sync-timeout parameter. X-Git-Tag: Kea-1.4.0~1^2~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f1fdc8fec08bd430f537a3c9eb94823756a09b9;p=thirdparty%2Fkea.git [5649] extended example config to showcase sync-timeout parameter. --- diff --git a/doc/examples/kea4/ha-load-balancing-primary.json b/doc/examples/kea4/ha-load-balancing-primary.json index 73e15ec256..115728c496 100644 --- a/doc/examples/kea4/ha-load-balancing-primary.json +++ b/doc/examples/kea4/ha-load-balancing-primary.json @@ -114,6 +114,11 @@ // This specifies the number of clients which send messages to // the partner but appear to not receive any response. "max-unacked-clients": 5, + // This specifies the maximum timeout (in milliseconds) for the server + // to complete sync. If you have a large deployment (high tens or + // hundreds of thausands of clients), you may need to increase it + // further. The default value is 60000ms (60 seconds). + "sync-timeout": 60000, "peers": [ // This is the configuration of this server instance. {