1 files changed, 3 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 1ac5b941fc..ceb5af3661 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -4056,6 +4056,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>
|