mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-27 09:11:32 +02:00
Compare commits
3 Commits
b3fac0ee11
...
047bc04f64
Author | SHA1 | Date | |
---|---|---|---|
|
047bc04f64 | ||
|
482306eae0 | ||
|
16ef282f84 |
@@ -74,7 +74,7 @@ Synapse's presence feature which tracks which users are online and which are off
|
||||
|
||||
If you have enough compute resources (CPU & RAM), you can make Synapse better use of them by [enabling load-balancing with workers](configuring-playbook-synapse.md#load-balancing-with-workers).
|
||||
|
||||
[Tuning your PostgreSQL database](maintenance-postgres.md#tuning-postgresql) could also improve Synapse performance. The playbook tunes the integrated Postgres database automatically, but based on your needs you may wish to adjust tuning variables manually. If you're using an [external Postgres database](configuring-playbook-external-postgres.md), you will aslo need to tune Postgres manually.
|
||||
[Tuning your PostgreSQL database](maintenance-postgres.md#tuning-postgresql) could also improve Synapse performance. The playbook tunes the integrated Postgres database automatically, but based on your needs you may wish to adjust tuning variables manually. If you're using an [external Postgres database](configuring-playbook-external-postgres.md), you will also need to tune Postgres manually.
|
||||
|
||||
### Tuning caches and cache autotuning
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
matrix_sliding_sync_enabled: true
|
||||
|
||||
# renovate: datasource=docker depName=ghcr.io/matrix-org/sliding-sync
|
||||
matrix_sliding_sync_version: v0.99.16
|
||||
matrix_sliding_sync_version: v0.99.17
|
||||
|
||||
matrix_sliding_sync_scheme: https
|
||||
|
||||
|
Reference in New Issue
Block a user