Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 22, 2019 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/6cf3fd42fde413640858a21d5beab475 to your computer and use it in GitHub Desktop.
Save jchristopher/6cf3fd42fde413640858a21d5beab475 to your computer and use it in GitHub Desktop.
Tell SearchWP to more aggressively apply delta updates to the index
<?php
// Tell SearchWP to more aggressively apply delta updates to the index.
add_filter( 'searchwp_aggressive_delta_update', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment