Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -851,3 +851,7 @@ Glossary
:term:`query`, that can be iterated through to retrieve
results. By default, cursors will timeout after 10 minutes of
inactivity.

standalone
In MongoDB, a standalone is an instance of :program:`mongod` that
is running as a single server and not as part of a replica set.
2 changes: 1 addition & 1 deletion source/tutorial/convert-standalone-to-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ administration </replication>`, see:
Procedure
---------

These procedures assume you have a standalone instance of MongoDB
These procedures assume you have a :term:`standalone` instance of MongoDB
installed. If you have not already installed MongoDB, see the
:ref:`installation tutorials <tutorials-installation>`.

Expand Down