This commit is contained in:
HueByte
2026-07-17 20:24:25 +00:00
parent a6bf50c567
commit ffac9f208a
23 changed files with 3937 additions and 46 deletions
+7
View File
@@ -106,6 +106,13 @@ database; the rolling Serilog log files remain the only persistence.</p>
<dt><a class="xref" href="EchoHub.Server.Config.SpamOptions.html">SpamOptions</a></dt>
<dd><p>Anti-spam thresholds, bound from the &quot;Spam&quot; config section. Defaults are lenient enough
that a fast typist never trips them; Mods and above are always exempt.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Server.Config.StatsOptions.html">StatsOptions</a></dt>
<dd><p>Periodic server-stats report settings, bound from the &quot;Stats&quot; config section (env override:
<code>Stats__Enabled</code> etc.). When enabled, a background job periodically snapshots server
activity, logs it as pretty-printed JSON, and persists it to the database.</p>
</dd>
</dl>
<dl class="jumplist">