Browse Source

Update User RateLimit

Daniel Supernault 6 năm trước cách đây
mục cha
commit
83e5633388
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;
+	}
 }