Increase email limit

This commit is contained in:
Hillel Coren 2018-11-08 12:22:22 +02:00
parent 5069cdc838
commit aae59c0fb2

View file

@ -211,6 +211,6 @@ trait SendsEmails
$limit += $this->created_at->diffInMonths() * 100;
return min($limit, 2000);
return min($limit, 5000);
}
}