-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 7.1.2.Final (EAP)
-
Fix Version/s: EAP 6.1.0.Alpha (7.2.0.Final)
-
Component/s: Domain Management
-
Labels:None
-
Affects:Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Git Pull Request:
Currently 100 configuration settings are kept for 30 days. These settings are hard-coded in
org/ jboss/ as/ controller/ persistence/ ConfigurationFile.java
057 private static final int CURRENT_HISTORY_LENGTH = 100;
058 private static final int HISTORY_DAYS = 30;
As per PM: this is a bug/gap in the original requirements
- relates to
-
WFCORE-349 Document new system properties for the configuration history length and the number of days
-
- Open
-