Skip to content
Snippets Groups Projects
Commit d38e5458 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

Merge branch 'main' into production

parents a35fb591 89bb6099
No related branches found
Tags release/1.30.0
No related merge requests found
......@@ -23,7 +23,7 @@ loggers:
root:
level: INFO
level: WARN
handlers: [console]
......
......@@ -20,6 +20,7 @@ database:
cp_min: 5
cp_max: 10
cp_reconnect: true
cp_noisy: true # investigate connection drops, could be https://github.com/matrix-org/synapse/issues/9779
keepalives_idle: 10 # seconds of inactivity after which TCP should send a keepalive message to the server
keepalives_interval: 10 # the number of seconds after which a TCP keepalive message that is not acknowledged by the server should be retransmitted
keepalives_count: 3 # the number of TCP keepalives that can be lost before the client's connection to the server is considered dead
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment