pub const DEFAULT_POOL_CONNECT_RETRIES: usize = 15;
Retry attempts when connecting to pool server. Env: PLUGIN_POOL_CONNECT_RETRIES Increase for high concurrency scenarios.