Просмотр исходного кода

matrix_ to devture_

I'm not sure, but this should be changed to devture_postgres_... !?
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#2022-11-28

```yaml
matrix_postgres_process_extra_arguments: [
  "-c 'max_connections=200'"
]
```
pull/2319/head
felixx9 3 лет назад
committed by GitHub
Родитель
Сommit
7f2cdd9889
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      docs/configuring-playbook-synapse.md

+ 1
- 1
docs/configuring-playbook-synapse.md Просмотреть файл

@@ -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): If you increase worker counts too much, you may need to increase the maximum number of Postgres connections too (example):


```yaml ```yaml
matrix_postgres_process_extra_arguments: [
devture_postgres_process_extra_arguments: [
"-c 'max_connections=200'" "-c 'max_connections=200'"
] ]
``` ```


Загрузка…
Отмена
Сохранить