Added Synapse connection pool config variables

This commit is contained in:
Michael Hollister
2023-12-16 19:16:05 -06:00
parent 9f5d4018c7
commit a66a2d2692
2 changed files with 4 additions and 2 deletions

View File

@ -874,8 +874,8 @@ database:
database: "{{ matrix_synapse_database_database }}"
host: "{{ matrix_synapse_database_host }}"
port: {{ matrix_synapse_database_port }}
cp_min: 5
cp_max: 10
cp_min: {{ matrix_synapse_database_cp_min | to_json }}
cp_max: {{ matrix_synapse_database_cp_max | to_json }}
## Logging ##