Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ export type THEMES = (typeof THEMES_VALUES)[number];

const enableDbAndCollStatsDescription: React.ReactNode = (
<>
The{' '}
When enabled, Compass occasionally calls the{' '}
<Link href="https://www.mongodb.com/docs/manual/reference/command/dbStats/#mongodb-dbcommand-dbcmd.dbStats">
dbStats
</Link>
and{' '}
<Link href="https://www.mongodb.com/docs/manual/reference/command/collStats/">
collStats
</Link>{' '}
command return storage statistics for a given database or collection.
commands to access storage statistics for a given database or collection.
Disabling this setting can help reduce Compass&apos; overhead on your
MongoDB deployments.
</>
Expand Down
Loading