Set statistics to enabled by default

This commit is contained in:
Felipe Knorr Kuhn 2022-01-10 16:10:34 -08:00
parent ba895559bf
commit 745b7d6f65
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -53,7 +53,7 @@ __SYSLOG_MIN_PRIORITY__=${SYSLOG_MIN_PRIORITY:=info}
__SYSLOG_FACILITY__=${SYSLOG_FACILITY:=local7}
# STATISTICS
__STATISTICS_ENABLED__=${STATISTICS_ENABLED:=false}
__STATISTICS_ENABLED__=${STATISTICS_ENABLED:=true}
__STATISTICS_TX_PER_SECOND_SAMPLE_PERIOD__=${STATISTICS_TX_PER_SECOND_SAMPLE_PERIOD:=150}
# BISQ