This commit is contained in:
babolivier 2022-05-27 15:48:02 +00:00
parent d9f700fe9b
commit 5c98ed443d
4 changed files with 16 additions and 2 deletions

View file

@ -3579,6 +3579,13 @@ The default value is 10.</p>
<pre><code class="language-yaml">dummy_events_threshold: 5
</code></pre>
<hr />
<p>Config option <code>delete_stale_devices_after</code></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>Example configuration:</p>
<pre><code class="language-yaml">delete_stale_devices_after: 1y
</code></pre>
<h2 id="homeserver-blocking"><a class="header" href="#homeserver-blocking">Homeserver blocking</a></h2>
<p>Useful options for Synapse admins.</p>
<hr />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -624,6 +624,13 @@ The default value is 10.</p>
<pre><code class="language-yaml">dummy_events_threshold: 5
</code></pre>
<hr />
<p>Config option <code>delete_stale_devices_after</code></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>Example configuration:</p>
<pre><code class="language-yaml">delete_stale_devices_after: 1y
</code></pre>
<h2 id="homeserver-blocking"><a class="header" href="#homeserver-blocking">Homeserver blocking</a></h2>
<p>Useful options for Synapse admins.</p>
<hr />