Explorar el Código

Update User Ratelimit

Daniel Supernault hace 6 años
padre
commit
e01ece173c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()