npm add [email protected]
This is a minor release that primarily reduces the number of concurrent pulls coming from Replicache when multiple tabs are open.
We do want to further reduce pulls in the future – ideally by electing a leader tab and only pulling from that tab. But this was a quick thing we could do.
document.hidden = true
) pull()
is delayed until the next pullInterval
. If now:true
then this doesn’t apply, and the pull happens immediately.info
level when failing to connect while offline. Since Replicache is local-first, this kind of error is not worthy of info
level. The errors are still available at debug
level.