Changing setting to per hour

This commit is contained in:
softsimon
2023-08-03 17:42:41 +09:00
parent b213f43a91
commit 172c77328b
11 changed files with 55 additions and 27 deletions

View File

@@ -47,7 +47,7 @@ describe('Mempool Backend Config', () => {
DISK_CACHE_BLOCK_INTERVAL: 6,
MAX_PUSH_TX_SIZE_WEIGHT: 400000,
ALLOW_UNREACHABLE: true,
PRICE_UPDATE_FREQUENCY: 3600,
PRICE_UPDATES_PER_HOUR: 1,
});
expect(config.ELECTRUM).toStrictEqual({ HOST: '127.0.0.1', PORT: 3306, TLS_ENABLED: true });