Make the default update_method be AUTO

This commit is contained in:
Hamish Friedlander 2012-07-19 13:28:12 +12:00
parent bcfb036320
commit 590e7bef5d

View File

@ -30,7 +30,7 @@ class SearchUpdater extends Object {
*
* If messagequeue module not installed, AUTO => IMMEDIATE and DEFERRED => DISABLED
*/
static $update_method = SearchUpdater::DEFERRED;
static $update_method = SearchUpdater::AUTO;
// How many items can be dirty before we defer updates
static $auto_threshold = 6;