Adjust the throttle limit in Relevanssi.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'pre_option_relevanssi_throttle_limit', function( $limit ) { return 250; } );
Adjust the throttle limit in Relevanssi.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'pre_option_relevanssi_throttle_limit', function( $limit ) { return 250; } );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.