ClearAuditLogs
Description
Deletes audit entries from database which are older than the given value in milliseconds.
- Job Class: edu.kit.scc.webreg.job.ClearAuditLogs
- Single node: Yes
- Usage: schedules
Properties
Key | Value type | Default | Description |
---|---|---|---|
purge_millis | long | Value in milliseconds. All audit entries older than this value will be deleted (ie. 7776000000 for 90 days). | |
limit | int | 50 | Values are deleted up to this limit. In order to prevent long database transactions, it is better to schedule this job more often, and limit the number of deletions (10 deletions every minute). |
Values in bold are required.