2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#3019] retry db open on startup

This commit is contained in:
Razvan Becheriu
2023-10-18 18:30:33 +03:00
parent 463ede2e5a
commit d781e915cd
84 changed files with 8851 additions and 7282 deletions

View File

@@ -408,6 +408,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,

View File

@@ -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
// },