Ensure that Keeper starts with a sufficient number of threads allocated in the global thread pool to improve stability and performance.
Why it matters
This feature addresses the issue of Keeper potentially running with an insufficient amount of threads, which can lead to performance degradation or instability. By allocating enough threads from the global thread pool at startup, the system ensures smoother operation and better resource management.How to use it
This change is applied automatically when starting Keeper and requires no additional configuration from the user.