1
0
This commit is contained in:
MadLittleMods
2025-09-30 20:21:14 +00:00
parent b1fe03b152
commit cfa486d3ee
5 changed files with 14 additions and 22 deletions

View File

@@ -5719,9 +5719,8 @@ Setting this to a high value allows users to report content quickly, possibly in
</ul>
<p>Default configuration:</p>
<pre><code class="language-yaml">rc_reports:
per_user:
per_second: 1.0
burst_count: 5.0
per_second: 1.0
burst_count: 5.0
</code></pre>
<p>Example configuration:</p>
<pre><code class="language-yaml">rc_reports:
@@ -5742,9 +5741,8 @@ Setting this to a high value allows users to report content quickly, possibly in
</ul>
<p>Default configuration:</p>
<pre><code class="language-yaml">rc_room_creation:
per_user:
per_second: 0.016
burst_count: 10.0
per_second: 0.016
burst_count: 10.0
</code></pre>
<p>Example configuration:</p>
<pre><code class="language-yaml">rc_room_creation:

View File

@@ -1954,10 +1954,8 @@
"$ref": "#/$defs/rc",
"description": "Ratelimiting settings for reporting content.\nThis is a ratelimiting option that ratelimits reports made by users about content they see.\nSetting this to a high value allows users to report content quickly, possibly in duplicate. This can result in higher database usage.",
"default": {
"per_user": {
"per_second": 1.0,
"burst_count": 5.0
}
"per_second": 1.0,
"burst_count": 5.0
},
"examples": [
{
@@ -1970,10 +1968,8 @@
"$ref": "#/$defs/rc",
"description": "Sets rate limits for how often users are able to create rooms.",
"default": {
"per_user": {
"per_second": 0.016,
"burst_count": 10.0
}
"per_second": 0.016,
"burst_count": 10.0
},
"examples": [
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1913,9 +1913,8 @@ Setting this to a high value allows users to report content quickly, possibly in
</ul>
<p>Default configuration:</p>
<pre><code class="language-yaml">rc_reports:
per_user:
per_second: 1.0
burst_count: 5.0
per_second: 1.0
burst_count: 5.0
</code></pre>
<p>Example configuration:</p>
<pre><code class="language-yaml">rc_reports:
@@ -1936,9 +1935,8 @@ Setting this to a high value allows users to report content quickly, possibly in
</ul>
<p>Default configuration:</p>
<pre><code class="language-yaml">rc_room_creation:
per_user:
per_second: 0.016
burst_count: 10.0
per_second: 0.016
burst_count: 10.0
</code></pre>
<p>Example configuration:</p>
<pre><code class="language-yaml">rc_room_creation: