mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fixed cursor timeout exeception desc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8dba9f7de9
commit
498bcc055a
5 changed files with 15 additions and 10 deletions
|
@ -169,8 +169,9 @@
|
|||
</para>
|
||||
<para>
|
||||
Throws <classname>MongoCursorTimeoutException</classname> if the "safe"
|
||||
option is set to a value greater than one and the database cannot replicate
|
||||
the operation in <literal>MongoCollection::$wtimeout</literal> milliseconds.
|
||||
option is set and the operation takes longer than
|
||||
<varname>MongoCursor::$timeout</varname> milliseconds to complete. This does
|
||||
not kill the operation on the server, it is a client-side timeout.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -108,8 +108,9 @@
|
|||
</para>
|
||||
<para>
|
||||
Throws <classname>MongoCursorTimeoutException</classname> if the "safe"
|
||||
option is set to a value greater than one and the database cannot replicate
|
||||
the operation in <literal>MongoCollection::$wtimeout</literal> milliseconds.
|
||||
option is set and the operation takes longer than
|
||||
<varname>MongoCursor::$timeout</varname> milliseconds to complete. This does
|
||||
not kill the operation on the server, it is a client-side timeout.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -112,8 +112,9 @@
|
|||
</para>
|
||||
<para>
|
||||
Throws <classname>MongoCursorTimeoutException</classname> if the "safe"
|
||||
option is set to a value greater than one and the database cannot replicate
|
||||
the operation in <literal>MongoCollection::$wtimeout</literal> milliseconds.
|
||||
option is set and the operation takes longer than
|
||||
<varname>MongoCursor::$timeout</varname> milliseconds to complete. This does
|
||||
not kill the operation on the server, it is a client-side timeout.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -107,8 +107,9 @@
|
|||
</para>
|
||||
<para>
|
||||
Throws <classname>MongoCursorTimeoutException</classname> if the "safe"
|
||||
option is set to a value greater than one and the database cannot replicate
|
||||
the operation in <literal>MongoCollection::$wtimeout</literal> milliseconds.
|
||||
option is set and the operation takes longer than
|
||||
<varname>MongoCursor::$timeout</varname> milliseconds to complete. This does
|
||||
not kill the operation on the server, it is a client-side timeout.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -137,8 +137,9 @@
|
|||
</para>
|
||||
<para>
|
||||
Throws <classname>MongoCursorTimeoutException</classname> if the "safe"
|
||||
option is set to a value greater than one and the database cannot replicate
|
||||
the operation in <literal>MongoCollection::$wtimeout</literal> milliseconds.
|
||||
option is set and the operation takes longer than
|
||||
<varname>MongoCursor::$timeout</varname> milliseconds to complete. This does
|
||||
not kill the operation on the server, it is a client-side timeout.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue