1
0
Fork 0
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:
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

View file

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