Alerts: Configuration
To enable, disable, and customize the alerts behavior see how to configure Linkurious Enterprise.
The following options are available in alerts
key:
enabled
(default:true
): The feature activation parameter. The valuefalse
will completely disable the feature preventing even the possibility to define new alerts.maxMatchesLimit
(default:5000
): The maximum number of matches returned by a single alert.maxRuntimeLimit
(default:600000
): The maximum execution time (in milliseconds) of a single alert.
Example of alerts configuration:
alerts: {
"enabled": true,
"maxMatchesLimit": 5000,
"maxRuntimeLimit": 600000
}