Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #186
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Dec 8, 2014
2 parents dfe39f8 + cf00116 commit eec7400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/MongoDB/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ protected function convertConnectTimeout(array $options)
}

/**
* Converts "timeout" MongoClient constructor option to "connectTimeoutMS"
* for driver versions 1.4.0+.
* Converts "wTimeout" MongoClient constructor option to "wTimeoutMS" for
* driver versions 1.4.0+.
*
* Note: MongoClient actually allows case-insensitive option names, but
* we'll only process the canonical version here.
Expand Down

0 comments on commit eec7400

Please sign in to comment.