From ab7676f96391cff5326c4640e35e7baf844c8339 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 31 Jan 2023 05:00:10 -0700 Subject: [PATCH] Update Like model, increase rate limit to 500 likes per day --- app/Like.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Like.php b/app/Like.php index 00af1030..9ba3ca9a 100644 --- a/app/Like.php +++ b/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.