Skip to content

DOCSP-46471: Fix 404 link #954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 14, 2025
Merged
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: 1 addition & 3 deletions source/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ What Happens to Running Operations if the Client Disconnects?

Starting in {+mdb-server+} version 4.2, the server terminates
running operations such as aggregations and find operations if the
client disconnects. To see a full list of operations affected by this
behavior, see the :manual:`Server version 4.2 release notes
</release-notes/4.2/#client-disconnection>` in the Server manual.
client disconnects.

Other operations, such as write operations, continue to run on the
{+mdb-server+} even if the client disconnects. This behavior can cause data
Expand Down
Loading