docs
docs copied to clipboard
changes insertOne to updateOne w/upsert
SUMMARY
On Modify Chunk Size in a Sharded Cluster, we tell users to user insertOne to modify the max chunksize value.
Instead, this operation ought to be updateOne with { upsert : true}.