MatrixSynapse/synapse
Mathieu Velten f0a860908b
Allow config of the backoff algorithm for the federation client. (#15754)
Adds three new configuration variables:

* destination_min_retry_interval is identical to before (10mn).
* destination_retry_multiplier is now 2 instead of 5, the maximum value will
  be reached slower.
* destination_max_retry_interval is one day instead of (essentially) infinity.

Capping this will cause destinations to continue to be retried sometimes instead
of being lost forever. The previous value was 2 ^ 62 milliseconds.
2023-08-03 14:36:55 -04:00
..
_scripts Properly setup the additional sequences in the portdb script. (#16043) 2023-08-01 10:36:33 -04:00
api Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
app
appservice Remove support for legacy application service paths (#15964) 2023-07-26 12:59:47 -07:00
config Allow config of the backoff algorithm for the federation client. (#15754) 2023-08-03 14:36:55 -04:00
crypto
events Add forward-compatibility for the redacts property (MSC2174). (#16013) 2023-08-02 15:35:54 +00:00
federation Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
handlers Trim whitespace when setting display names (#16031) 2023-08-01 09:14:02 -04:00
http Don't log exceptions for every non-200 response (#15969) 2023-07-20 11:07:58 +01:00
logging
media
metrics
module_api Allow modules to check whether the current worker is configured to run background tasks. (#15991) 2023-08-03 08:42:19 -04:00
push Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
replication Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
res
rest Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
server_notices
spam_checker_api
state Speed up updating state in large rooms (#15971) 2023-07-20 15:51:28 +01:00
static
storage Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
streams
types
util Allow config of the backoff algorithm for the federation client. (#15754) 2023-08-03 14:36:55 -04:00
__init__.py
event_auth.py Support room version 11 (#15912) 2023-07-18 08:44:59 -04:00
notifier.py Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
py.typed
server.py Add ability to wait for locks and add locks to purge history / room deletion (#15791) 2023-07-31 10:58:03 +01:00
visibility.py