Update rate limits

pull/1906/head
Daniel Supernault 6 years ago
parent da8b06c088
commit 3b4219c0aa
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -101,16 +101,16 @@ trait User {
public function getMaxStoriesPerHourAttribute() public function getMaxStoriesPerHourAttribute()
{ {
return 10; return 20;
} }
public function getMaxStoriesPerDayAttribute() public function getMaxStoriesPerDayAttribute()
{ {
return 15; return 30;
} }
public function getMaxStoryDeletePerDayAttribute() public function getMaxStoryDeletePerDayAttribute()
{ {
return 20; return 35;
} }
} }
Loading…
Cancel
Save