summaryrefslogtreecommitdiff
path: root/mongo.xcodeproj
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-05-19 16:13:24 -0400
committerAaron <aaron@10gen.com>2009-05-19 16:13:24 -0400
commitf9c896224b7c682582089b30c33bfe38603a0e75 (patch)
tree5cb4b9b3bf684c93673412ffbc2e44aa1ba565b1 /mongo.xcodeproj
parente3a697fbbf22db32f100bdca4020700cd38a2068 (diff)
downloadmongo-f9c896224b7c682582089b30c33bfe38603a0e75.tar.gz
Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 minutes for db.eval
Diffstat (limited to 'mongo.xcodeproj')
-rw-r--r--mongo.xcodeproj/project.pbxproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/mongo.xcodeproj/project.pbxproj b/mongo.xcodeproj/project.pbxproj
index d0464176956..3adc984980e 100644
--- a/mongo.xcodeproj/project.pbxproj
+++ b/mongo.xcodeproj/project.pbxproj
@@ -53,6 +53,7 @@
933A4D1D0F55A68600145C4B /* whereExample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = whereExample.cpp; sourceTree = "<group>"; };
933E22110F4327B2000209E3 /* perftest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = perftest.cpp; sourceTree = "<group>"; };
933E22120F4327B2000209E3 /* perftest.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; path = perftest.o; sourceTree = "<group>"; };
+ 933EF9C70FC3434000C4B294 /* quota1.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = quota1.js; sourceTree = "<group>"; };
9342232B0EF16D4F00608550 /* connpool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = connpool.cpp; sourceTree = "<group>"; };
9342232C0EF16D4F00608550 /* connpool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = connpool.h; sourceTree = "<group>"; };
9342232D0EF16D4F00608550 /* dbclient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dbclient.cpp; sourceTree = "<group>"; };
@@ -369,6 +370,14 @@
path = perf;
sourceTree = "<group>";
};
+ 933EF9C60FC3434000C4B294 /* quota */ = {
+ isa = PBXGroup;
+ children = (
+ 933EF9C70FC3434000C4B294 /* quota1.js */,
+ );
+ path = quota;
+ sourceTree = "<group>";
+ };
9342232A0EF16D4F00608550 /* client */ = {
isa = PBXGroup;
children = (
@@ -579,6 +588,7 @@
93A8D1D10F37544800C92B85 /* jstests */ = {
isa = PBXGroup;
children = (
+ 933EF9C60FC3434000C4B294 /* quota */,
93DB95170FC1D3D50047F950 /* capped4.js */,
93DB94A40FC1BFA30047F950 /* capped3.js */,
93197CDD0FBDEDD0001FE537 /* shellspawn.js */,