File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ the file storage in your Java application.
31
31
Use GridFS if the size of your files exceed the BSON document
32
32
size limit of 16MB. To learn more about whether GridFS is
33
33
suitable for your use case, see the :manual:`GridFS </core/gridfs>`
34
- reference in the Server manual.
34
+ reference in the {+mdb-server+} manual.
35
35
36
36
The following sections describe GridFS operations and demonstrate how to
37
- perform these actions in the driver:
37
+ perform these actions with the driver:
38
38
39
39
- :ref:`gridfs-create-bucket`
40
40
- :ref:`gridfs-store-files`
@@ -47,7 +47,7 @@ perform these actions in the driver:
47
47
.. tip:: Timeout Setting
48
48
49
49
You can use the client-side operation timeout (CSOT) setting to limit
50
- the amount of time in which the server can finish a GridFS operation .
50
+ the amount of time in which the server can finish GridFS operations .
51
51
To learn more about using this setting with GridFS, see the
52
52
:ref:`java-csot-gridfs` section of the Limit Server Execution Time
53
53
guide.
You can’t perform that action at this time.
0 commit comments