keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
113 stars 72 forks source link

Increase deposit sweep frequency #3803

Closed lukasz-zimnoch closed 3 months ago

lukasz-zimnoch commented 3 months ago

Refs: https://github.com/keep-network/keep-core/issues/3802

So far, deposit sweeps were supposed to happen every 48 hours. This frequency was good for the early days of the system but starts to be insufficient now, when a significant number of deposits land every day. To optimize the deposit sweep process, we are increasing its frequency to 12 hours.