Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

couchwarehouse_checkpoints table doesnt work during spooling #41

Open
xandhin opened this issue Feb 7, 2023 · 1 comment
Open

couchwarehouse_checkpoints table doesnt work during spooling #41

xandhin opened this issue Feb 7, 2023 · 1 comment

Comments

@xandhin
Copy link

xandhin commented Feb 7, 2023

the column SEQ wich is central to resuming spooling gets 0 til its finished, quite sure it shouldnt work that way.

@xandhin
Copy link
Author

xandhin commented Feb 7, 2023

fixed by commenting L115 @ index.js

adding in 122 .on('seq', (s) => {
sqldb.writeCheckpoint(opts.database, s)
})

go for changesreader library for reference. It seens to have worked.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant