Aimeedeer / realtps

https://realtps.net
MIT License
93 stars 25 forks source link

Move chain-specific delays into a config file #58

Open brson opened 1 year ago

brson commented 1 year ago

We're tweaking the block_pace and rescan_delay for many chains now, and that configuration is hidden in the code. Change rpc_config.yml to be chain_config.yml and specify block_pace and rescan_delay there, allowing for an unspecified default value.