소스 검색

Merge pull request #2 from pixelfed/dev

Sync to June 22
okpierre 6 년 전
부모
커밋
e865eede2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Follower.php

+ 1 - 1
app/Follower.php

@@ -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()
     {