diff options
Diffstat (limited to 'policy-management/src/main/server/config/IntegrityMonitor.properties')
-rw-r--r-- | policy-management/src/main/server/config/IntegrityMonitor.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/policy-management/src/main/server/config/IntegrityMonitor.properties b/policy-management/src/main/server/config/IntegrityMonitor.properties index ee7d5eb0..529abcda 100644 --- a/policy-management/src/main/server/config/IntegrityMonitor.properties +++ b/policy-management/src/main/server/config/IntegrityMonitor.properties @@ -83,3 +83,7 @@ db.audit.is.active=false # Flag to control the execution of the subsystemTest for the Nexus Maven repository repository.audit.is.active=false repository.audit.ignore.errors=true + +# Run the state audit every 60 seconds (60000 ms). NOTE! It will only run on nodes that are providing service. +# A value of <= 0 will turn off the state audit. +state_audit_interval_ms=60000 |