mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Set statistics to enabled by default
This commit is contained in:
parent
ba895559bf
commit
745b7d6f65
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue