lib/mongo.rb in mongo-1.1.5 vs lib/mongo.rb in mongo-1.2.rc0
- old
+ new
@@ -1,16 +1,18 @@
# encoding: UTF-8
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo
- VERSION = "1.1.5"
+ VERSION = "1.2.rc0"
end
module Mongo
ASCENDING = 1
DESCENDING = -1
GEO2D = '2d'
+
+ DEFAULT_MAX_BSON_SIZE = 4 * 1024 * 1024
module Constants
OP_REPLY = 1
OP_MSG = 1000
OP_UPDATE = 2001