Document real default value and link to the mongoclient ctor

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2014-04-21 18:13:45 +00:00
parent acef1885de
commit 3d5fdde110

View file

@ -30,7 +30,7 @@
<para>
The number of milliseconds for the cursor to wait for a response. Use
<literal>-1</literal> to wait forever. By default, the cursor will wait
<varname>MongoCursor::$timeout</varname> milliseconds.
<varname>30000</varname> milliseconds (3 seconds).
</para>
</listitem>
</varlistentry>
@ -101,6 +101,13 @@ while ($cursor->hasNext()) {
</warning>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member>The <literal>socketTimeoutMS</literal> option for <function>MongoClient::__construct</function></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables: