Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/17/2017 06:57:27 PM (9 years ago)
Author:
djpaul
Message:

Friends: reduce number of pre-fetched friends (of the current user) for the at-mentions JS.

Reduces MySQL query size and time.

Fixes #7487

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-functions.php

    r11561 r11693  
    789789        }
    790790
    791         if ( friends_get_total_friend_count( get_current_user_id() ) > 150 ) {
     791        if ( friends_get_total_friend_count( get_current_user_id() ) > 30 ) {
    792792                return;
    793793        }
Note: See TracChangeset for help on using the changeset viewer.