Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP ドライバーでオプション MongoDefaults.MaxConnectionIdleTime を設定する必要があります。
誰かがこれを達成する方法を教えてもらえますか?
PHPドライバーにはそのようなものはありません。
他のほとんどの MongoDB ドライバーは接続プールを使用しており、「プール内の予備のオープン接続」を保持できます。ただし、PHP ドライバーには共有接続プールがないため、この構成オプションは関係ありません。