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