0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-16 06:38:59 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Erik Johnston
a1ff1e967f
Periodically send pings to detect dead Redis connections (#9218)
This is done by creating a custom `RedisFactory` subclass that
periodically pings all connections in its pool.

We also ensure that the `replyTimeout` param is non-null, so that we
timeout waiting for the reply to those pings (and thus triggering a
reconnect).
2021-01-26 10:54:54 +00:00