fix: increase blockchain monitoring interval from 10 to 60 seconds
Some checks failed
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled

This commit is contained in:
aitbc
2026-03-31 15:01:59 +02:00
parent 209f1e46f5
commit f72d6768f8

View File

@@ -44,7 +44,7 @@ class ChainSettings(BaseSettings):
max_txs_per_block: int = 500
# Monitoring interval (in seconds)
blockchain_monitoring_interval_seconds: int = 10
blockchain_monitoring_interval_seconds: int = 60
min_fee: int = 0 # Minimum fee to accept into mempool
# Mempool settings