mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
restore capped2 config
This commit is contained in:
parent
b4ed11064c
commit
02f48f89d1
@ -1,5 +1,5 @@
|
||||
db.capped2.drop();
|
||||
db._dbCommand( { create: "capped2", capped: true, size: 700, $nExtents: 11, autoIndexId: false } );
|
||||
db._dbCommand( { create: "capped2", capped: true, size: 1000, $nExtents: 11, autoIndexId: false } );
|
||||
t = db.capped2;
|
||||
|
||||
var val = new Array( 2000 );
|
||||
|
@ -852,7 +852,7 @@
|
||||
buildConfigurationList = 93A47B0F0FAF474A00E760DD /* Build configuration list for PBXLegacyTarget "scons debug all" */;
|
||||
buildPhases = (
|
||||
);
|
||||
buildToolPath = /usr/local/bin/scons;
|
||||
buildToolPath = /opt/local/bin/scons;
|
||||
dependencies = (
|
||||
);
|
||||
name = "scons debug all";
|
||||
@ -865,7 +865,7 @@
|
||||
buildConfigurationList = 93A8D0710F36AE0200C92B85 /* Build configuration list for PBXLegacyTarget "scons debug test" */;
|
||||
buildPhases = (
|
||||
);
|
||||
buildToolPath = /usr/local/bin/scons;
|
||||
buildToolPath = /opt/local/bin/scons;
|
||||
dependencies = (
|
||||
);
|
||||
name = "scons debug test";
|
||||
|
Loading…
Reference in New Issue
Block a user