diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-04-17 18:16:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 18:16:02 -0600 |
commit | 929797d939e6d55ad7b0838c361396f43903156a (patch) | |
tree | 6de8baa3993287dee53a5c514610588c9b287382 /changelog.d | |
parent | Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431) (diff) | |
download | synapse-929797d939e6d55ad7b0838c361396f43903156a.tar.xz |
Add a note to the config documentation that the 'delete_stale_devices_after' job always runs on the main process (#15452)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15452.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15452.doc b/changelog.d/15452.doc new file mode 100644 index 0000000000..330c90b3d6 --- /dev/null +++ b/changelog.d/15452.doc @@ -0,0 +1 @@ +Note that the `delete_stale_devices_after` background job always runs on the main process. \ No newline at end of file |