File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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.
3131Use GridFS if the size of your files exceed the BSON document
3232size limit of 16MB. To learn more about whether GridFS is
3333suitable for your use case, see the :manual:`GridFS </core/gridfs>`
34- reference in the Server manual.
34+ reference in the {+mdb-server+} manual.
3535
3636The following sections describe GridFS operations and demonstrate how to
37- perform these actions in the driver:
37+ perform these actions with the driver:
3838
3939- :ref:`gridfs-create-bucket`
4040- :ref:`gridfs-store-files`
@@ -47,7 +47,7 @@ perform these actions in the driver:
4747.. tip:: Timeout Setting
4848
4949 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 .
5151 To learn more about using this setting with GridFS, see the
5252 :ref:`java-csot-gridfs` section of the Limit Server Execution Time
5353 guide.
You can’t perform that action at this time.
0 commit comments