mirror of https://github.com/pixelfed/pixelfed.git
Update User Ratelimits
This commit is contained in:
parent
16b426ec1e
commit
d186dd6356
|
@ -83,4 +83,19 @@ trait User {
|
|||
{
|
||||
return 100;
|
||||
}
|
||||
|
||||
public function getMaxComposeMediaUpdatesPerHourAttribute()
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
|
||||
public function getMaxComposeMediaUpdatesPerDayAttribute()
|
||||
{
|
||||
return 1000;
|
||||
}
|
||||
|
||||
public function getMaxComposeMediaUpdatesPerMonthAttribute()
|
||||
{
|
||||
return 5000;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue