Skip to content

Commit

Permalink
docs: updated documentation to refelect new Reconnect defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed Sep 22, 2021
1 parent 25a9d77 commit 8e7c46c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2001,10 +2001,10 @@
"Reconnect": {
"datatype": "BOOLEAN",
"code": 0,
"default_value": "false",
"default_value": "true",
"equals": true,
"versions": "15.1.0-",
"description": "Try to reconnect a database connection when its dropped"
"description": "Try to reconnect a database connection when it is dropped"
},
"ExitOnFatal": {
"datatype": "BOOLEAN",
Expand Down

0 comments on commit 8e7c46c

Please sign in to comment.