Constant DEFAULT_POOL_CONNECT_RETRIES

Source
pub const DEFAULT_POOL_CONNECT_RETRIES: usize = 15;
Expand description

Retry attempts when connecting to pool server. Env: PLUGIN_POOL_CONNECT_RETRIES Increase for high concurrency scenarios.