pendulum-chain / spacewalk

Apache License 2.0
35 stars 7 forks source link

Reduce time the vault client tries to get SCP messages from overlay #463

Closed ebma closed 11 months ago

ebma commented 11 months ago

We should reduce the MAX_SLOTS_TO_REMEMBER to a more reasonable value. It's currently set to 24 hours but the validator nodes don't store SCP messages for that long.

TODO

Reduce that variable to 10 or 30 minutes.