mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update User Ratelimits
This commit is contained in:
parent
16b426ec1e
commit
d186dd6356
1 changed files with 15 additions and 0 deletions
|
@ -83,4 +83,19 @@ trait User {
|
||||||
{
|
{
|
||||||
return 100;
|
return 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getMaxComposeMediaUpdatesPerHourAttribute()
|
||||||
|
{
|
||||||
|
return 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getMaxComposeMediaUpdatesPerDayAttribute()
|
||||||
|
{
|
||||||
|
return 1000;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getMaxComposeMediaUpdatesPerMonthAttribute()
|
||||||
|
{
|
||||||
|
return 5000;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue