-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
lib/mongo/collection.rb:975 raise InvalidOperation, "Exceded maximum insert size of 16,000,000 bytes" if message.size > 16_000_000
16_000_000 should probably be replaced by @connection.max_bson_size
This is causing a performance test to fail for the EPAM performance test suite.