0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-04 10:18:52 +02:00
synapse/changelog.d
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
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
9045.misc Add tests for List Users Admin API (#9045) 2021-01-21 09:18:46 -05:00
9121.bugfix Don't error if deleting a non-existent pusher. (#9121) 2021-01-25 14:52:30 -05:00
9129.misc Various improvements to the federation client. (#9129) 2021-01-20 07:59:18 -05:00
9135.doc docs: Add link to Matrix VoIP tester for turn-howto (#9135) 2021-01-20 12:41:57 +00:00
9163.bugfix Return a 404 if no valid thumbnail is found. (#9163) 2021-01-21 14:53:58 -05:00
9165.bugfix Handle missing content keys when calculating presentable names. (#9165) 2021-01-25 07:27:16 -05:00
9176.misc Speed up chain cover calculation (#9176) 2021-01-21 17:00:12 +00:00
9180.misc Specify that the long description is rST in the package metadata. (#9180) 2021-01-20 16:00:59 -05:00
9181.misc Use execute_batch instead of executemany in places (#9181) 2021-01-21 10:22:53 +00:00
9184.misc Add a check for duplicate IdP ids (#9184) 2021-01-21 13:20:58 +00:00
9188.misc Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
9190.misc Increase perf of handling concurrent use of StreamIDGenerators. (#9190) 2021-01-21 16:31:51 +00:00
9191.misc Align the directories linted in CI with the defaults in scripts-dev/lint.sh (#9191) 2021-01-21 18:26:52 +00:00
9209.feature Add an admin API for shadow-banning users. (#9209) 2021-01-25 14:49:39 -05:00
9217.misc Fix Python 3.5 old deps build by using a compatible pip version. (#9217) 2021-01-25 14:22:35 -05:00
9218.bugfix Periodically send pings to detect dead Redis connections (#9218) 2021-01-26 10:54:54 +00:00