我正在尝试将我的 Horizon 与完整的 Catchup 同步,即自 Stellar Horizon Docker 启动以来的所有数据
"history_elder_ledger": 1,
"core_elder_ledger": 1,
使用https://github.com/stellar/docker-stellar-core-horizo n 中的 Horizon 我已经成功设置了正常配置,但是即使在 pubnet/core/etc/stellar-core.cfg 中进行了以下更改,仍然无法从账本 1/0 开始
CATCHUP_COMPLETE=true
也尝试通过删除
CATCHUP_RECENT=8640
请帮帮我。