Skip to content

Commit

Permalink
Issue 4803 - Improve DB Locks Monitoring Feature Descriptions
Browse files Browse the repository at this point in the history
Description: Enchance one line for the threshold setting
as per comment in 389ds/389-ds-base#4810

Relates: 389ds/389-ds-base#4803

Reviewed by: @droideck (one line rule)
  • Loading branch information
droideck committed Jun 23, 2021
1 parent f822c93 commit 9f5f6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/database/databaseConfig.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class GlobalDatabaseConfig extends React.Component {
<FormGroup
label="DB Locks Threshold Percentage"
fieldId="monitoringthreshold"
title="Sets the DB lock exhaustion threshold in percentage (valid range is 70-95). When the threshold is reached, all searches are aborted until the number of active locks decreases below the configured threshold and/or the directory server administrator increases the number of Database Locks (nsslapd-db-locks). It helps to avoid DB corruption and long recovery. (nsslapd-db-locks-monitoring-threshold) ('90' by default)"
title="Sets the DB lock exhaustion threshold in percentage (valid range is 70-95). When the threshold is reached, all searches are aborted until the number of active locks decreases below the configured threshold and/or the directory server administrator increases the number of Database Locks (nsslapd-db-locks). This threshold is a safeguard against DB corruption which might be caused by locks exhaustion. (nsslapd-db-locks-monitoring-threshold) ('90' by default)"
>
<TextInput
id="dblocksMonitoringThreshold"
Expand Down

0 comments on commit 9f5f6a1

Please sign in to comment.