From 20e42e070732cfe2f52ce3d86364616fee80b51e Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 21 Mar 2019 11:39:50 +0100 Subject: [PATCH] [#103,!277] Updated all-keys-current.json example. --- doc/examples/kea4/all-keys-current.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/examples/kea4/all-keys-current.json b/doc/examples/kea4/all-keys-current.json index dbbe31fed1..67cb126f21 100644 --- a/doc/examples/kea4/all-keys-current.json +++ b/doc/examples/kea4/all-keys-current.json @@ -743,7 +743,10 @@ // Type of the database, e.g. "mysql", "postgresql", "cql". "type": "mysql" } - ] + ], + // Intervals between attempts to fetch configuration updates + // via the configuration backends used. + "config-fetch-wait-time": 30 }, // Server tag. -- 2.47.2