From f2a7cddbb08bb23b2071468fb5a80af52c4850ca Mon Sep 17 00:00:00 2001 From: natsoni Date: Tue, 7 May 2024 16:31:03 +0200 Subject: [PATCH] Enable statistics replication on prod --- production/mempool-config.mainnet.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/production/mempool-config.mainnet.json b/production/mempool-config.mainnet.json index 385f8cbdc..ae6c7ae46 100644 --- a/production/mempool-config.mainnet.json +++ b/production/mempool-config.mainnet.json @@ -97,6 +97,8 @@ "ENABLED": true, "AUDIT": true, "AUDIT_START_HEIGHT": 774000, + "STATISTICS": true, + "STATISTICS_START_TIME": "24h", "SERVERS": [ "node201.fmt.mempool.space", "node202.fmt.mempool.space",