summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2023-04-18 00:17:01 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2023-04-18 00:17:01 +0000
commit8e21ce5347b7669a45409b77baf5185435c8364d (patch)
tree718a9a6b9fed21493b7a2e42d7a9c5d819b01350 /develop/usage
parentdeploy: 3a82433ccf059afed0f37db479b6925b7621f4b8 (diff)
downloadsynapse-8e21ce5347b7669a45409b77baf5185435c8364d.tar.xz
deploy: 929797d939e6d55ad7b0838c361396f43903156a
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 5df2ccfc01..8a9624d123 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/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>