Won't fix Merging users with high following count can result in inconsistent following cache

TickTackk

Well-known member
Affected version
2.2.5
  1. User X follows 1K people
  2. User Y follows 1K people
  3. User X is merged into User Y
  4. User Y's following cache will now have the user id of 2K people instead of a hard limit of 1K
 
As it stands, I don't think it's worth making any changes here. The follow limit isn't really a hard limit but it is in place to prevent some potential performance issues. This seems extremely unlikely to come up in production.
 
Top Bottom