deploy: d1c96ee0f2
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user