Skip to content

Commit

Permalink
Update Like model, increase rate limit to 500 likes per day
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Jan 31, 2023
1 parent 1714923 commit ab7676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Like.php
Expand Up @@ -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.
Expand Down

0 comments on commit ab7676f

Please sign in to comment.