소스 검색

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

Daniel Supernault 2 년 전
부모
커밋
ab7676f963
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.