mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixing the default value.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330299 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
899937e055
commit
1e5c571e6a
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
and then followup with a <literal>getLastError</literal> command
|
||||
(<acronym>GLE</acronym>) with the Write Concern option which will be blocked
|
||||
until the Write Concern condition is verified to be fullfilled, or the query
|
||||
times out (controlled with the <literal>"wtimeout"</literal> option, no
|
||||
timeout by default).
|
||||
times out (controlled with the <literal>"wtimeout"</literal> option,
|
||||
<literal>10000</literal> milliseconds is the default).
|
||||
</para>
|
||||
|
||||
<warning>
|
||||
|
|
Loading…
Reference in a new issue