Update Follower model

This commit is contained in:
Daniel Supernault 2019-06-22 21:31:12 -06:00
parent abec5e4861
commit bef3b88d30
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Follower extends Model
protected $fillable = ['profile_id', 'following_id', 'local_profile'];
const MAX_FOLLOWING = 7500;
const FOLLOW_PER_HOUR = 20;
const FOLLOW_PER_HOUR = 30;
public function actor()
{