From acef1885de2f5b7fa1b9df6c590a3139dba8b27a Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 21 Apr 2014 18:10:44 +0000 Subject: [PATCH] Document the default value and point to MongoCursor->timeout git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333383 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongoclient/construct.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/mongo/mongoclient/construct.xml b/reference/mongo/mongoclient/construct.xml index fae203dcd4..1904696231 100644 --- a/reference/mongo/mongoclient/construct.xml +++ b/reference/mongo/mongoclient/construct.xml @@ -306,6 +306,7 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db know if the server actually received the write or not. + Defaults to 30seconds. This value can also be set on each cursor using MongoCursor::timeout.