Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Fixes reconcile stamp push when fuzzing #68

Merged
merged 1 commit into from
May 8, 2018

Conversation

NejcZdovc
Copy link
Contributor

@NejcZdovc NejcZdovc commented May 8, 2018

@NejcZdovc NejcZdovc self-assigned this May 8, 2018
Copy link
Contributor

@mrose17 mrose17 left a comment

Choose a reason for hiding this comment

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

LGTM.

memo.advance2 = advance
if (advance) this.state.reconcileStamp += advance
if (advance) {
this.state.reconcileStamp = underscore.now() + 3 * msecs.day + advance
Copy link
Contributor

Choose a reason for hiding this comment

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

So we are looking at a max of 5 days with 3 * days + advance? Is this what we want?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

correct max push is 5 days from now

Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good

@jasonrsadler jasonrsadler self-requested a review May 8, 2018 16:27
Copy link
Contributor

@jasonrsadler jasonrsadler left a comment

Choose a reason for hiding this comment

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

lgtm

memo.advance2 = advance
if (advance) this.state.reconcileStamp += advance
if (advance) {
this.state.reconcileStamp = underscore.now() + 3 * msecs.day + advance
Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good

@NejcZdovc NejcZdovc merged commit d417efe into brave-intl:master May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants