diff options
Diffstat (limited to 'doc/examples/kea6/all-keys.json')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index fac0218af5..90ff5bb03f 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -350,6 +350,10 @@ // serve-retry-continue "on-fail": "stop-retry-exit", + // Flag which indicates if the DB recovery should be attempted + // at server startup and on reconfiguration events. + "retry-on-startup": false, + // Connection connect timeout in seconds. "connect-timeout": 100, |