1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00

Update User Ratelimit

This commit is contained in:
Daniel Supernault 2019-07-30 19:52:02 -06:00
parent dbfcff840a
commit e01ece173c
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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