$poolOptions = [ PDO::POOL_ENABLED => true, PDO::POOL_MIN_CONNECTIONS => 5, PDO::POOL_MAX_CONNECTIONS => 50, PDO::POOL_IDLE_TIMEOUT => 60, // seconds PDO::POOL_MAX_LIFETIME => 1800 // recycle after 30 minutes ]; $pdo = new PDO('pgsql:host=db.internal;dbname=prod', 'admin', 'secure_pass', $poolOptions); Use code with caution. Benefits of the Native Pool
Ped Damage Overhaul (PDO) v2.0 Extended Features is an optional component for the popular Red Dead Redemption 2 pdo v2.0 extended features