loop/sweepbatcher
Boris Nagaev 472bec0be5
sweepbatcher: customize initialDelay per sweep
Option WithInitialDelay now accepts a function returning initialDelay
depending on sweep's data.

This is needed to be able to wait longer for sweeps with low priority, but
still sweeping high priority sweeps soon.
2025-04-03 09:22:58 -03:00
..
greedy_batch_selection.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
greedy_batch_selection_test.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
store.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
store_mock.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
sweep_batch.go sweepbatcher: customize initialDelay per sweep 2025-04-03 09:22:58 -03:00
sweep_batcher.go sweepbatcher: customize initialDelay per sweep 2025-04-03 09:22:58 -03:00
sweep_batcher_test.go sweepbatcher: customize initialDelay per sweep 2025-04-03 09:22:58 -03:00