1
0
Fork 0

Merge pull request #2 from pixelfed/dev

Sync to June 22
This commit is contained in:
okpierre 2019-06-23 12:48:06 -04:00 committed by GitHub
commit e865eede2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
{