Interact | services | eventPattern | userEventCache
The configuration properties in the userEventCache
category define the settings that determine when event activity
is moved from the cache to persist in the database.
threshold
- Description
Determines the maximum number of event pattern states that can be stored in the event pattern state cache. When the limit is reached, the least-recently used states are flushed from the cache.
- Default value
100
- Valid Values
The desired number of event pattern states to retain in the cache.
insertPeriodInSecs
- Description
Determines the maximum length of time in seconds that user event activities are queued in memory. When the time limit specified by this property is reached, those activities are persisted into the database.
- Default value
3600 (60 minutes)
- Valid Values
The desired number of seconds.