2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#2601] restore unnecessary changes in all-keys-netconf.json

This commit is contained in:
Andrei Pavel 2022-11-22 17:27:37 +02:00 committed by Razvan Becheriu
parent 009fe0c300
commit dd2dbd5be0
2 changed files with 36 additions and 2 deletions

View File

@ -367,7 +367,24 @@
"type": "postgresql",
// User name to be used to access the database.
"user": "keatest"
"user": "keatest",
// Connection reconnect wait time.
// This parameter governs how long Kea waits before attempting
// to reconnect. Expressed in milliseconds. The default is 0
// (disabled) for MySQL and PostgreSQL.
"reconnect-wait-time": 3000,
// Connection maximum reconnect tries.
"max-reconnect-tries": 3,
// Action to take when connection recovery fails.
// Supported values: stop-retry-exit, serve-retry-exit,
// serve-retry-continue
"on-fail": "stop-retry-exit",
// Connection connect timeout.
"connect-timeout": 100
}
],

View File

@ -319,7 +319,24 @@
"type": "postgresql",
// User name to be used to access the database.
"user": "keatest"
"user": "keatest",
// Connection reconnect wait time.
// This parameter governs how long Kea waits before attempting
// to reconnect. Expressed in milliseconds. The default is 0
// (disabled) for MySQL and PostgreSQL.
"reconnect-wait-time": 3000,
// Connection maximum reconnect tries.
"max-reconnect-tries": 3,
// Action to take when connection recovery fails.
// Supported values: stop-retry-exit, serve-retry-exit,
// serve-retry-continue
"on-fail": "stop-retry-exit",
// Connection connect timeout.
"connect-timeout": 100
}
],