Sfoglia il codice sorgente

Update User Ratelimit

Daniel Supernault 6 anni fa
parent
commit
e01ece173c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()