-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 6.4.12, 7.1.2
-
Component/s: System Administration - Others
-
6.04
-
1
-
Severity 3 - Minor
-
Summary
The time unit used in application.xml file is shown as milliseconds (ms) instead of seconds (s)
Steps to Reproduce
- Generate a new Support Zip
- View the application-properties/application.xml file
- Note the <services>
<service> <name>Audit log cleaning service</name> <delay>86400ms</delay> <last-run>Today 9:13 AM</last-run> </service> <service> <name>Backup Service</name> <delay>43200ms</delay> <last-run>Today 9:13 AM</last-run> </service>
Expected Results
The time unit should be seconds (s)
Actual Results
Time unit is shown as milliseconds (ms). Example:
<delay>43200ms</delay>
Notes
This does not affect any functionality within JIRA