bisgardo / concordium-docker

A collection of scripts and configuration files to build and deploy a containerized node for the Concordium blockchain.
The Unlicense
5 stars 2 forks source link

Compose: Document how to disable OOB catchup entirely #39

Closed bisgardo closed 2 years ago

bisgardo commented 2 years ago

The solution (I think) is to set OOB_CATCHUP_REFRESH_AGE_SECS to a value larger than the Unix time of "now". It would also be nice if it could be done in a more obvious way, like making it a negative value.