Mercurial > hg > orthanc-tests
changeset 395:3c15eadd941a Orthanc-1.9.2
added explicit db parameters
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Apr 2021 17:49:17 +0200 |
parents | e87d54a8a204 |
children | b32b2114155b |
files | GenerateConfigurationForTests.py |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py Tue Apr 20 16:14:21 2021 +0200 +++ b/GenerateConfigurationForTests.py Wed Apr 21 17:49:17 2021 +0200 @@ -185,7 +185,10 @@ 'Port' : 5432, 'Database' : 'orthanctest', 'Username' : 'postgres', - 'Password' : 'postgres' + 'Password' : 'postgres', + 'Lock' : False, + 'IndexConnectionsCount' : 5, + 'MaximumConnectionRetries' : 7, } config['MySQL'] = { @@ -197,6 +200,9 @@ 'Username' : 'root', 'Password' : 'root', 'UnixSocket' : '', + 'Lock' : False, + 'IndexConnectionsCount' : 5, + 'MaximumConnectionRetries' : 7, }