Skip to content

Commit 1148089

Browse files
committed
MB feedback
1 parent e2ffa4e commit 1148089

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ toc_landing_pages = [
1616
"/data-formats",
1717
"/builders",
1818
"/aggregation",
19+
"/connection-options"
1920
]
2021

2122
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

source/connect/connection-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Specify Connection Options
2121
:titlesonly:
2222
:maxdepth: 1
2323

24-
Stable API </connect/stable-api>
25-
Limit Server Execution Time </connect/csot>
26-
Network Compression </connect/network-compression>
24+
Stable API </connect/connection-options/stable-api>
25+
Limit Server Execution Time </connect/connection-options/csot>
26+
Network Compression </connect/connection-options/network-compression>
2727

2828
.. /connect/server-selection
2929

File renamed without changes.

source/connect/network-compression.txt renamed to source/connect/connection-options/network-compression.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ by specifying the algorithms in one of the following ways:
4848
- Chain the ``compressorList()`` method to the ``MongoClientSettings.builder()`` method.
4949
- Use the ``compressors`` parameter in your connection URI.
5050

51-
The following tabs demonstrate how to specify all available compressors
51+
The following examples demonstrate how to specify all available compressors
5252
while connecting to MongoDB. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI`
5353
tab to see the corresponding syntax:
5454

@@ -61,12 +61,12 @@ If you specify ``zlib`` as one of your compression algorithms, you can also use
6161
``MongoCompressor.LEVEL`` property to specify a compression level. This option accepts
6262
an integer value between ``-1`` and ``9``:
6363

64-
- **-1:** (Default). zlib uses its default compression level (usually ``6``).
65-
- **0:** No compression.
66-
- **1:** Fastest speed but lowest compression.
67-
- **9:** Best compression but slowest speed.
64+
- **-1:** Default compression (usually ``6``)
65+
- **0:** No compression
66+
- **1:** Fastest speed but lowest compression
67+
- **9:** Best compression but slowest speed
6868

69-
The following tabs demonstrate how to specify a compression level for
69+
The following examples demonstrate how to specify a compression level for
7070
the ``zlib`` compressor. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI`
7171
tab to see the corresponding syntax:
7272

@@ -82,7 +82,7 @@ Snappy and Zstandard depend on open source Java implementations. To learn more
8282
about these implementations, see the following GitHub repositories:
8383

8484
- `snappy-java <https://github.com/xerial/snappy-java>`__
85-
- `zstd-java <https://github.com/luben/zstd-jni>`__
85+
- `zstd-jni <https://github.com/luben/zstd-jni>`__
8686

8787
API Documentation
8888
-----------------

0 commit comments

Comments
 (0)