summary refs log tree commit diff
path: root/latest/usage
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-04-25 11:51:12 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-04-25 11:51:12 +0000
commitf8cae671b7f1c45f36ea71c059e08212a2743858 (patch)
tree79137d42203b43559a285a143c2e9408e8544f3c /latest/usage
parentdeploy: ce007103030e281098cf4dccffed44581a32bd13 (diff)
downloadsynapse-f8cae671b7f1c45f36ea71c059e08212a2743858.tar.xz
deploy: c34791ef5b612d36c52216a4d9c84ee56ac00c28
Diffstat (limited to 'latest/usage')
-rw-r--r--latest/usage/configuration/config_documentation.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/latest/usage/configuration/config_documentation.html b/latest/usage/configuration/config_documentation.html
index 5df2ccfc01..8a9624d123 100644
--- a/latest/usage/configuration/config_documentation.html
+++ b/latest/usage/configuration/config_documentation.html
@@ -639,6 +639,9 @@ The default value is 10.</p>
 <p>An optional duration. If set, Synapse will run a daily background task to log out and
 delete any device that hasn't been accessed for more than the specified amount of time.</p>
 <p>Defaults to no duration, which means devices are never pruned.</p>
+<p><strong>Note:</strong> This task will always run on the main process, regardless of the value of
+<code>run_background_tasks_on</code>. This is due to workers currently not having the ability to
+delete devices.</p>
 <p>Example configuration:</p>
 <pre><code class="language-yaml">delete_stale_devices_after: 1y
 </code></pre>