Interact | services | threadManagement | contactAndResponseHist
The configuration properties in this category define thread management settings for the services which collect data for the contact and response history staging tables.
corePoolSize
Description
The number of threads to keep in the pool, even if they are idle, for collecting the contact and response history data.
Default value
5
maxPoolSize
Description
The maximum number of threads to keep in the pool for collecting the contact and response history data.
Default value
5
keepAliveTimeSecs
Description
When the number of threads is greater than the core, this is the maximum time that excess idle threads will wait for new tasks before terminating for collecting the contact and response history data.
Default value
5
queueCapacity
Description
The size of the queue used by the thread pool for collecting the contact and response history data.
Default value
1000
termWaitSecs
Description
At the shutdown of the runtime server, this is the number of seconds to wait for service threads to complete collecting the contact and response history data.
Default value
5