diff --git a/src/coll/options.rs b/src/coll/options.rs index d1c05373c..af25dc56f 100644 --- a/src/coll/options.rs +++ b/src/coll/options.rs @@ -31,6 +31,7 @@ pub struct CollectionOptions { /// Sets the [`bson::SerializerOptions::human_readable`] option for the [`Bson`] serializer. /// The default value is `false`. + /// Note: Specifying `true` for this value will decrease the performance of insert operations. pub human_readable_serialization: Option, }