mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Follower model
This commit is contained in:
parent
abec5e4861
commit
bef3b88d30
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue