mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-2631 180? 181?
This commit is contained in:
parent
7b12d39001
commit
733134f7da
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user