diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-12-09 16:59:10 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-12-09 16:59:10 -0500 |
commit | 29d9dab034c6f7df497b76f543ba467e687a9063 (patch) | |
tree | da1f2286ad6230858c0e5c5917c6c7b8e03cdb7f /bson | |
parent | 2d44cc04200fb1cd80f3d2255148aa3120ebbd3c (diff) | |
download | mongo-29d9dab034c6f7df497b76f543ba467e687a9063.tar.gz |
increase bson size to 16mb SERVER-431
Diffstat (limited to 'bson')
-rw-r--r-- | bson/util/builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bson/util/builder.h b/bson/util/builder.h index 1b39b27d88b..169f137fb02 100644 --- a/bson/util/builder.h +++ b/bson/util/builder.h @@ -35,7 +35,7 @@ namespace mongo { update $push (append) operation various db.eval() type operations */ - const int BSONObjMaxUserSize = 8 * 1024 * 1024; + const int BSONObjMaxUserSize = 16 * 1024 * 1024; /* Sometimeswe we need objects slightly larger - an object in the replication local.oplog |