COMMIT_COMPLETE_EXPIRATION - UEC configuration option
Description
The COMMIT_COMPLETE_EXPIRATION option specifies the length of time that complete commit records are retained, upon which (or after which) UEC deletes them.
The minimum length of time that records are retained is one hour.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | n/a | |||||
Configuration File Keyword | commit_complete_expiration time |
Value
time is the length of time that completed commit records are retained before being deleted.
Valid values for time are a number followed by (optionally) one of the following suffixes:
- s (seconds)
- m (minutes)
- h (hours)
- d (days)
If a suffix is not specified, the number is assumed to indicate seconds.
(For example, if 3d is specified, the records are retained for three days before UEC deletes them.)
Note
If 0 is specified, completed commit records are not deleted.
Default is 60d.