wpmdb_bottleneck

wpmdb_bottleneck

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_filters('wpmdb_bottleneck') is found 1 times:

  • /class/Common/Util/Util.php line 125
            if ($type != 'max') {
                $calculated_bottleneck = min($calculated_bottleneck, Settings::get_setting('max_request'));
            }
    
            return apply_filters('wpmdb_bottleneck', $calculated_bottleneck);
        }
    
        // Generates our secret key
        public function generate_key($length = 40)
        {
            $keyset = 'abcdefghijklmnopqrstuvqxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/';