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

@@ -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": [
{