Merge "Temporarily disable reindexIfStale for accounts"

This commit is contained in:
Patrick Hiesel
2017-11-17 10:17:07 +00:00
committed by Gerrit Code Review

View File

@@ -102,7 +102,7 @@ public class AccountIndexerImpl implements AccountIndexer {
}
private static boolean autoReindexIfStale(Config cfg) {
return cfg.getBoolean("index", null, "autoReindexIfStale", true);
return cfg.getBoolean("index", null, "autoReindexIfStale", false);
}
private void autoReindexIfStale(Account.Id id) {