Add option to disable the count of log entries in archive logs during the archiving operation (global setting: HC_COUNT_ARCHIVES). Disabling this will speed up archiving.

This commit is contained in:
2021-02-13 22:59:06 +01:00
parent ae20069c8a
commit 54aeef0c71
3 changed files with 29 additions and 6 deletions
+4
View File
@@ -31,6 +31,10 @@ HC_REPORT_CACHE_LAST="No"
# [values: Yes|No]
HC_REPORT_CACHE_TODAY="No"
# Show log entry count(s) after archiving. Disabling this will speed up archiving.
# [values: Yes|No]
HC_COUNT_ARCHIVES="Yes"
#******************************************************************************
# End of FILE