You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/configuration.txt
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -738,6 +738,55 @@ For more information about TLS context hooks, including best practices for
738
738
assigning and removing them, see `the Ruby driver documentation <https://mongodb.com/docs/ruby-driver/current/reference/create-client/#modifying-sslcontext>`_.
739
739
740
740
741
+
Network Compression
742
+
===================
743
+
744
+
Mongoid supports compression of messages to and from MongoDB servers. This functionality is provided by
745
+
the Ruby driver, which implements the three algorithms that are supported by MongoDB servers:
0 commit comments