mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update User RateLimit
This commit is contained in:
parent
53b0a0601a
commit
83e5633388
1 changed files with 5 additions and 0 deletions
|
@ -48,4 +48,9 @@ trait User {
|
||||||
{
|
{
|
||||||
return 500;
|
return 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getMaxInstanceBansPerDayAttribute()
|
||||||
|
{
|
||||||
|
return 100;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue