浏览代码

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.