diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-11 16:51:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 16:51:30 +0100 |
commit | f1711e1f5c40232b5749d9df23b9857b8c1eb661 (patch) | |
tree | 804b1fc791a1d0e8b4ec656178b68b93ec906025 /changelog.d | |
parent | Document the 'databases' homeserver config option (#13212) (diff) | |
download | synapse-f1711e1f5c40232b5749d9df23b9857b8c1eb661.tar.xz |
Remove delay when rotating event push actions (#13211)
We want to be as up to date as possible, and sleeping doesn't help here and can mean we fall behind.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13211.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13211.misc b/changelog.d/13211.misc new file mode 100644 index 0000000000..4d2a6dec65 --- /dev/null +++ b/changelog.d/13211.misc @@ -0,0 +1 @@ +More aggressively rotate push actions. |