Merge pull request #2319 from felixx9/master

matrix_ to devture_
This commit is contained in:
Slavi Pantaleev 2022-12-06 10:11:53 +02:00 committed by GitHub
commit 86b436792d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ If you'd like more customization power, you can start with one of the presets an
If you increase worker counts too much, you may need to increase the maximum number of Postgres connections too (example):
```yaml
matrix_postgres_process_extra_arguments: [
devture_postgres_process_extra_arguments: [
"-c 'max_connections=200'"
]
```