mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Revert "increase listeningOn() timeout to 100ms"
This reverts commit 7b4729ff9b
.
This commit is contained in:
parent
e47687bd03
commit
2a2586a226
@ -223,7 +223,7 @@ namespace mongo {
|
|||||||
bool ret = false;
|
bool ret = false;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
DBClientConnection c (false, NULL, 0.1); // 100ms timeout
|
DBClientConnection c (false, NULL, 0.001); // 1ms timeout
|
||||||
c.connect(addr.toString());
|
c.connect(addr.toString());
|
||||||
|
|
||||||
BSONObj out;
|
BSONObj out;
|
||||||
|
Loading…
Reference in New Issue
Block a user