mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
[ SEARCH-1606 ] alfresco.enable.tracking set to true by default
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ public class SolrCoreLoadListener extends AbstractSolrEventListener
|
||||
scheduler);
|
||||
}
|
||||
|
||||
boolean trackersHaveBeenEnabled = Boolean.parseBoolean(coreProperties.getProperty("enable.alfresco.tracking", "false"));
|
||||
boolean trackersHaveBeenEnabled = Boolean.parseBoolean(coreProperties.getProperty("enable.alfresco.tracking", "true"));
|
||||
boolean owningCoreIsSlave = isSlaveModeEnabledFor(core);
|
||||
|
||||
// Guard conditions: if trackers must be disabled then immediately return, we've done here.
|
||||
|
||||
Reference in New Issue
Block a user