pub const DEFAULT_POOL_MAX_CONNECTIONS: usize = 2048;
Maximum concurrent connections from Rust to the Node.js pool server. Env: PLUGIN_POOL_MAX_CONNECTIONS Increase for high concurrency (3000+ VUs).