File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/compass-preferences-model/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ export type THEMES = (typeof THEMES_VALUES)[number];
2121
2222const enableDbAndCollStatsDescription : React . ReactNode = (
2323 < >
24- The { ' ' }
24+ When enabled, Compass occasionally calls the { ' ' }
2525 < Link href = "https://www.mongodb.com/docs/manual/reference/command/dbStats/#mongodb-dbcommand-dbcmd.dbStats" >
2626 dbStats
2727 </ Link >
2828 and{ ' ' }
2929 < Link href = "https://www.mongodb.com/docs/manual/reference/command/collStats/" >
3030 collStats
3131 </ Link > { ' ' }
32- command return storage statistics for a given database or collection.
32+ commands to access storage statistics for a given database or collection.
3333 Disabling this setting can help reduce Compass' overhead on your
3434 MongoDB deployments.
3535 </ >
You can’t perform that action at this time.
0 commit comments