Commit graph

4 commits

Author SHA1 Message Date
noellabo
90b17a3997 Modify follow limit 15000 -> 30000 2023-02-06 16:28:36 +09:00
noellabo
f8dd06a32f Modify follow limit 7500 -> 15000 2022-05-11 00:48:02 +09:00
Eugen Rochko
7f4adfaf77
Fix follow limit validator reporting lower number past threshold (#9230)
* Fix follow limit validator reporting lower number past threshold

* Avoid floating point follow limit
2018-11-08 21:06:01 +01:00
Eugen Rochko
a46ab86adf
Limit the number of people that can be followed from one account (#8807)
Configurable soft limit of 7,500, and above that, configurable
ratio of 1.1 * followers, controlled by:

- MAX_FOLLOWS_THRESHOLD
- MAX_FOLLOWS_RATIO

Fix #2311
2018-10-04 17:36:11 +02:00