Explorar o código

Update User RateLimit

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
83e5633388
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      app/Util/RateLimit/User.php

+ 5 - 0
app/Util/RateLimit/User.php

@@ -48,4 +48,9 @@ trait User {
 	{
 		return 500;
 	}
+
+	public function getMaxInstanceBansPerDayAttribute()
+	{
+		return 100;
+	}
 }