mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 16:05:17 +00:00
[#827] updated examples with reconnect-wait-time and max-reconnect-tries
This commit is contained in:
@@ -40,6 +40,8 @@
|
|||||||
// "port": 3306,
|
// "port": 3306,
|
||||||
// "user": "keatest",
|
// "user": "keatest",
|
||||||
// "password": "secret1",
|
// "password": "secret1",
|
||||||
|
// "reconnect-wait-time": 100,
|
||||||
|
// "max-reconnect-tries": 3,
|
||||||
// "connect-timeout": 3
|
// "connect-timeout": 3
|
||||||
// },
|
// },
|
||||||
|
|
||||||
@@ -57,6 +59,8 @@
|
|||||||
// "port": 5432,
|
// "port": 5432,
|
||||||
// "user": "keatest",
|
// "user": "keatest",
|
||||||
// "password": "secret1",
|
// "password": "secret1",
|
||||||
|
// "reconnect-wait-time": 100,
|
||||||
|
// "max-reconnect-tries": 3,
|
||||||
// "connect-timeout": 3
|
// "connect-timeout": 3
|
||||||
// },
|
// },
|
||||||
|
|
||||||
|
@@ -31,6 +31,8 @@
|
|||||||
"config-databases": [
|
"config-databases": [
|
||||||
{
|
{
|
||||||
"type": "mysql",
|
"type": "mysql",
|
||||||
|
"reconnect-wait-time": 100,
|
||||||
|
"max-reconnect-tries": 3,
|
||||||
"name": "kea",
|
"name": "kea",
|
||||||
"user": "kea",
|
"user": "kea",
|
||||||
"password": "kea",
|
"password": "kea",
|
||||||
|
@@ -57,6 +57,8 @@
|
|||||||
// from this database.
|
// from this database.
|
||||||
"hosts-database": {
|
"hosts-database": {
|
||||||
"type": "mysql",
|
"type": "mysql",
|
||||||
|
"reconnect-wait-time": 100,
|
||||||
|
"max-reconnect-tries": 3,
|
||||||
"name": "kea",
|
"name": "kea",
|
||||||
"user": "kea",
|
"user": "kea",
|
||||||
"password": "kea",
|
"password": "kea",
|
||||||
|
@@ -59,6 +59,8 @@
|
|||||||
"hosts-databases": [
|
"hosts-databases": [
|
||||||
{
|
{
|
||||||
"type": "postgresql",
|
"type": "postgresql",
|
||||||
|
"reconnect-wait-time": 100,
|
||||||
|
"max-reconnect-tries": 3,
|
||||||
"name": "kea",
|
"name": "kea",
|
||||||
"user": "kea",
|
"user": "kea",
|
||||||
"password": "kea",
|
"password": "kea",
|
||||||
|
@@ -40,6 +40,8 @@
|
|||||||
// "port": 3306,
|
// "port": 3306,
|
||||||
// "user": "keatest",
|
// "user": "keatest",
|
||||||
// "password": "secret1",
|
// "password": "secret1",
|
||||||
|
// "reconnect-wait-time": 100,
|
||||||
|
// "max-reconnect-tries": 3,
|
||||||
// "connect-timeout": 3
|
// "connect-timeout": 3
|
||||||
// },
|
// },
|
||||||
|
|
||||||
@@ -57,6 +59,8 @@
|
|||||||
// "port": 5432,
|
// "port": 5432,
|
||||||
// "user": "keatest",
|
// "user": "keatest",
|
||||||
// "password": "secret1",
|
// "password": "secret1",
|
||||||
|
// "reconnect-wait-time": 100,
|
||||||
|
// "max-reconnect-tries": 3,
|
||||||
// "connect-timeout": 3
|
// "connect-timeout": 3
|
||||||
// },
|
// },
|
||||||
|
|
||||||
|
@@ -31,6 +31,8 @@
|
|||||||
"config-databases": [
|
"config-databases": [
|
||||||
{
|
{
|
||||||
"type": "mysql",
|
"type": "mysql",
|
||||||
|
"reconnect-wait-time": 100,
|
||||||
|
"max-reconnect-tries": 3,
|
||||||
"name": "kea",
|
"name": "kea",
|
||||||
"user": "kea",
|
"user": "kea",
|
||||||
"password": "kea",
|
"password": "kea",
|
||||||
|
@@ -44,6 +44,8 @@
|
|||||||
// from this database.
|
// from this database.
|
||||||
"hosts-database": {
|
"hosts-database": {
|
||||||
"type": "mysql",
|
"type": "mysql",
|
||||||
|
"reconnect-wait-time": 100,
|
||||||
|
"max-reconnect-tries": 3,
|
||||||
"name": "kea",
|
"name": "kea",
|
||||||
"user": "kea",
|
"user": "kea",
|
||||||
"password": "kea",
|
"password": "kea",
|
||||||
|
@@ -46,6 +46,8 @@
|
|||||||
"hosts-databases": [
|
"hosts-databases": [
|
||||||
{
|
{
|
||||||
"type": "postgresql",
|
"type": "postgresql",
|
||||||
|
"reconnect-wait-time": 100,
|
||||||
|
"max-reconnect-tries": 3,
|
||||||
"name": "kea",
|
"name": "kea",
|
||||||
"user": "kea",
|
"user": "kea",
|
||||||
"password": "kea",
|
"password": "kea",
|
||||||
|
Reference in New Issue
Block a user