From 8e21ce5347b7669a45409b77baf5185435c8364d Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Tue, 18 Apr 2023 00:17:01 +0000 Subject: deploy: 929797d939e6d55ad7b0838c361396f43903156a --- develop/usage/configuration/config_documentation.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'develop/usage') 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.

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.

Defaults to no duration, which means devices are never pruned.

+

Note: This task will always run on the main process, regardless of the value of +run_background_tasks_on. This is due to workers currently not having the ability to +delete devices.

Example configuration:

delete_stale_devices_after: 1y
 
-- cgit 1.5.1