Browse Source

Update User Ratelimit

Daniel Supernault 6 năm trước cách đây
mục cha
commit
e01ece173c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()