From 8e21ce5347b7669a45409b77baf5185435c8364d Mon Sep 17 00:00:00 2001
From: anoadragon453
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