Cache DynamicProfileRuleS in the profileStore for reduced I/O
This commit is contained in:
@@ -42,6 +42,7 @@ bool ProfileStore::init ()
|
||||
storeState = STORESTATE_BEINGINITIALIZED;
|
||||
parseMutex = new MyMutex();
|
||||
_parseProfiles ();
|
||||
loadDynamicProfileRules(dynamicRules);
|
||||
storeState = STORESTATE_INITIALIZED;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user