Skip to content

Commit

Permalink
added 'max_dbs=0 signifies a server computed value' to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
jchapma committed Sep 26, 2024
1 parent 9583145 commit 1744347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ export class GlobalDatabaseConfigMDB extends React.Component {
</GridItem>
</Grid>
<Grid
title={_("The maximum number of named database instances that can be included within the memory mapped database file (nsslapd-mdb-max-dbs).")}
title={_("The maximum number of named database instances that can be included within the memory mapped database file. A value of 0 means this value is computed by the server (nsslapd-mdb-max-dbs).")}
className="ds-margin-top-xlg"
>
<GridItem className="ds-label" span={4}>
Expand Down

0 comments on commit 1744347

Please sign in to comment.