Explorar o código

Update Like model, increase rate limit to 500 likes per day

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
ab7676f963
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Like.php

+ 1 - 1
app/Like.php

@@ -9,7 +9,7 @@ class Like extends Model
 {
     use SoftDeletes;
 
-    const MAX_PER_DAY = 200;
+    const MAX_PER_DAY = 500;
 
     /**
      * The attributes that should be mutated to dates.