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];
21
21
22
22
const enableDbAndCollStatsDescription : React . ReactNode = (
23
23
< >
24
- The { ' ' }
24
+ When enabled, Compass occasionally calls the { ' ' }
25
25
< Link href = "https://www.mongodb.com/docs/manual/reference/command/dbStats/#mongodb-dbcommand-dbcmd.dbStats" >
26
26
dbStats
27
27
</ Link >
28
28
and{ ' ' }
29
29
< Link href = "https://www.mongodb.com/docs/manual/reference/command/collStats/" >
30
30
collStats
31
31
</ Link > { ' ' }
32
- command return storage statistics for a given database or collection.
32
+ commands to access storage statistics for a given database or collection.
33
33
Disabling this setting can help reduce Compass' overhead on your
34
34
MongoDB deployments.
35
35
</ >
You can’t perform that action at this time.
0 commit comments