0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
dwight 2011-02-27 11:15:20 -05:00
parent 7b12d39001
commit 733134f7da

View File

@ -48,7 +48,7 @@ namespace mongo {
assert( a );
while( 1 ) {
a *= 2;
wassert( a <= 128*1024*1024 );
wassert( a <= 256*1024*1024 );
assert( a <= 512*1024*1024 );
if( _len < a )
break;