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
481033af
Verified
Commit
481033af
authored
Aug 10, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Update synapse to 1.40.0
parent
b53b8eaf
Pipeline
#10316
passed with stage
in 34 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
playbooks/matrix.archlinux.org.yml
View file @
481033af
...
...
@@ -18,7 +18,6 @@
postgres_work_mem
:
64MB
postgres_maintenance_work_mem
:
256MB
postgres_effective_cache_size
:
4GB
postgres_jit
:
'
off'
-
{
role
:
postfix_null
}
-
{
role
:
matrix
}
-
{
role
:
fail2ban
}
...
...
roles/matrix/tasks/main.yml
View file @
481033af
...
...
@@ -77,7 +77,7 @@
-
name
:
install synapse
pip
:
name
:
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.
39
.0'
-
'
matrix-synapse[postgres,systemd,url_preview,redis,oidc]==1.
40
.0'
state
:
latest
extra_args
:
'
--upgrade-strategy=eager'
virtualenv
:
/var/lib/synapse/venv
...
...
roles/matrix/templates/homeserver.yaml.j2
View file @
481033af
...
...
@@ -731,6 +731,9 @@ caches:
# 'name' gives the database engine to use: either 'sqlite3' (for SQLite) or
# 'psycopg2' (for PostgreSQL).
#
# 'txn_limit' gives the maximum number of transactions to run per connection
# before reconnecting. Defaults to 0, which means no limit.
#
# 'args' gives options which are passed through to the database engine,
# except for options starting 'cp_', which are used to configure the Twisted
# connection pool. For a reference to valid arguments, see:
...
...
@@ -751,6 +754,7 @@ caches:
#
#database:
# name: psycopg2
# txn_limit: 10000
# args:
# user: synapse_user
# password: secretpassword
...
...
@@ -765,6 +769,7 @@ caches:
#
database
:
name
:
psycopg2
txn_limit
:
10000
args
:
dbname
:
synapse
user
:
synapse
...
...
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