Note
This parameter is introduced in ODP V4.3.5.
Description
session_pool_thread_schedule_interval sets how often session pool threads process triggered events.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Time |
| Default value | 1s |
| Value range | [1s, 1m] |
| Effective only after ODP restart | No |
Examples
Run the following command to set the processing interval to 2 seconds:
obclient> alter proxyconfig set session_pool_thread_schedule_interval= 2s;
