diff --git a/data/holi.chat.server.log.config b/data/holi.chat.server.log.config index e5cc93a0af65e5814fdf22adb972247df9fdb5a4..1ef3315188835de0659ec2f039d5eced56eeefde 100644 --- a/data/holi.chat.server.log.config +++ b/data/holi.chat.server.log.config @@ -23,7 +23,7 @@ loggers: root: - level: INFO + level: WARN handlers: [console] diff --git a/data/homeserver.yaml.template b/data/homeserver.yaml.template index 69fdfc74b65991a3e630f7e18d78ffc9f8b6a554..18b89618bc07701602f9e62870d935f3918226bc 100644 --- a/data/homeserver.yaml.template +++ b/data/homeserver.yaml.template @@ -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