Update User Ratelimits

pull/1661/head
Daniel Supernault 6 years ago
parent 16b426ec1e
commit d186dd6356
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -83,4 +83,19 @@ trait User {
{
return 100;
}
public function getMaxComposeMediaUpdatesPerHourAttribute()
{
return 100;
}
public function getMaxComposeMediaUpdatesPerDayAttribute()
{
return 1000;
}
public function getMaxComposeMediaUpdatesPerMonthAttribute()
{
return 5000;
}
}
Loading…
Cancel
Save