Browse Source

Update User Ratelimit

Daniel Supernault 6 years ago
parent
commit
e01ece173c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Util/RateLimit/User.php

+ 1 - 1
app/Util/RateLimit/User.php

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