Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

background - persistence pipeline - fix persistence bug #4570

Merged
merged 2 commits into from
Jun 14, 2018

Conversation

kumavis
Copy link
Member

@kumavis kumavis commented Jun 13, 2018

No description provided.

danfinlay
danfinlay previously approved these changes Jun 13, 2018
Copy link
Contributor

@danfinlay danfinlay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely deserves an exciting changelog entry!

@@ -273,7 +274,7 @@ function setupController (initState, initLangCode) {
asStream(controller.store),
debounce(1000),
storeTransform(versionifyData),
storeTransform(persistData),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So a transform stream will just stop if it doesn't get read from?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it has a highWatermark option which defaults to 16

Copy link
Contributor

@danfinlay danfinlay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!!!

@kumavis kumavis merged commit 66c77dc into develop Jun 14, 2018
@kumavis kumavis deleted the persistence-stream-fix branch June 14, 2018 00:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants