diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-10-18 17:30:33 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-12-14 07:01:42 +0100 |
commit | d781e915cd9da2f40bc6e919fc71611b2d145bb7 (patch) | |
tree | 3ddf5aa6a260442bd5fd88736b7df97d34a57d36 /doc/examples/kea4/backends.json | |
parent | [#3107] use const& whenever possible (diff) | |
download | kea-d781e915cd9da2f40bc6e919fc71611b2d145bb7.tar.xz kea-d781e915cd9da2f40bc6e919fc71611b2d145bb7.zip |
[#3019] retry db open on startup
Diffstat (limited to 'doc/examples/kea4/backends.json')
-rw-r--r-- | doc/examples/kea4/backends.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/kea4/backends.json b/doc/examples/kea4/backends.json index e7c1a48b3b..62817c05d2 100644 --- a/doc/examples/kea4/backends.json +++ b/doc/examples/kea4/backends.json @@ -42,6 +42,7 @@ // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, // "on-fail": "stop-retry-exit", +// "retry-on-startup": false, // "connect-timeout": 3 // }, @@ -62,6 +63,7 @@ // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, // "on-fail": "stop-retry-exit", +// "retry-on-startup": false, // "connect-timeout": 3 // }, |