Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
afd86b6d
Verified
Commit
afd86b6d
authored
Sep 02, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Reduce synapse's pg connection pool size
It's per worker, and we have 5 of them.
parent
1b6fad6a
Pipeline
#1551
passed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/templates/homeserver.yaml.j2
View file @
afd86b6d
...
...
@@ -712,8 +712,8 @@ database:
dbname
:
synapse
user
:
synapse
password
:
{{
vault_postgres_users.synapse
}}
cp_min
:
5
cp_max
:
10
cp_min
:
2
cp_max
:
5
## Logging ##
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment