1
0
Fork 0

Update User RateLimit

This commit is contained in:
Daniel Supernault 2019-06-23 20:35:37 -06:00
parent 53b0a0601a
commit 83e5633388
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 5 additions and 0 deletions

View File

@ -48,4 +48,9 @@ trait User {
{
return 500;
}
public function getMaxInstanceBansPerDayAttribute()
{
return 100;
}
}