Update User Ratelimit

pull/1560/head
Daniel Supernault 6 years ago
parent dbfcff840a
commit e01ece173c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -11,7 +11,7 @@ trait User {
public function getMaxPostsPerHourAttribute() public function getMaxPostsPerHourAttribute()
{ {
return 20; return 50;
} }
public function getMaxPostsPerDayAttribute() public function getMaxPostsPerDayAttribute()

Loading…
Cancel
Save