Update User RateLimit

pull/1458/head
Daniel Supernault 6 years ago
parent 53b0a0601a
commit 83e5633388
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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