rx300: allow more postgresql connections

This commit is contained in:
Franzi 2023-02-17 05:03:39 +01:00
parent 5c4fc37a37
commit 6cb56ab2ec
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -448,6 +448,7 @@ nodes['rx300'] = {
},
'postgresql': {
'version': '13',
'max_connections': 500,
},
'radicale': {
'domain': 'radicale.franzi.business',