//fixes_db += syncManager.syncDB(time_of_this_cleanse, dbCache);
logger.debug("Syncing DB: " + fixes_db);
// Find things in the index that don't have a DB entry
fixes_search += syncManager.syncSearch(time_of_this_cleanse, dbCache);
logger.debug("Syncing Index: " + fixes_search);
}
catch (Exception e) {
// Do nothing, the purpose of this try/catch is to ensure that the updateSyncStatus below always gets called