forked from mirror/pixelfed
Update rate limits
This commit is contained in:
parent
da8b06c088
commit
3b4219c0aa
1 changed files with 3 additions and 3 deletions
|
@ -101,16 +101,16 @@ trait User {
|
|||
|
||||
public function getMaxStoriesPerHourAttribute()
|
||||
{
|
||||
return 10;
|
||||
return 20;
|
||||
}
|
||||
|
||||
public function getMaxStoriesPerDayAttribute()
|
||||
{
|
||||
return 15;
|
||||
return 30;
|
||||
}
|
||||
|
||||
public function getMaxStoryDeletePerDayAttribute()
|
||||
{
|
||||
return 20;
|
||||
return 35;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue