Explorar el Código

Update User RateLimit

Daniel Supernault hace 6 años
padre
commit
83e5633388
Se han modificado 1 ficheros con 5 adiciones y 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;
+	}
 }