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:
@@ -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,
|
||||
|
||||
|
@@ -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
|
||||
// },
|
||||
|
||||
|
Reference in New Issue
Block a user