mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed PHP-867: connectTimeoutMS - in micro or milli seconds?
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330935 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
83420e4be9
commit
0bb74c75bb
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
|
|||
<literal>"connectTimeoutMS"</literal>
|
||||
</para>
|
||||
<para>
|
||||
How long a connection can take to be opened before timing out.
|
||||
How long a connection can take to be opened before timing out in
|
||||
milliseconds.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue