Re: syncer_thread: sleep without lbolt

2021-01-07 Thread Scott Cheloha
On Sat, Dec 12, 2020 at 01:32:13PM -0600, Scott Cheloha wrote: > Hi, > > The syncer thread is one of the last users of the lbolt (lightning > bolt!) sleep channel. > > If we add a syncer-specific sleep channel (syncer_chan) and do a bit > of time math we can replicate the current behavior and rem

syncer_thread: sleep without lbolt

2020-12-12 Thread Scott Cheloha
Hi, The syncer thread is one of the last users of the lbolt (lightning bolt!) sleep channel. If we add a syncer-specific sleep channel (syncer_chan) and do a bit of time math we can replicate the current behavior and remove another lbolt user. This isn't a perfect recreation of the current behav