Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Avoid redownloading our own changes (fixes #144) #424

Merged
merged 4 commits into from
May 10, 2016

Conversation

leplatrem
Copy link
Contributor

Fixes #144

feedback? @Natim

// (avoid redownloading our own changes on last step of #sync())
let filters;
if (options.exclude) {
// Take the first 50 records to limit size of querystring (~2000 chars).
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of curiosity what is the actual length limitation of a query string?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Natim
Copy link
Member

Natim commented May 10, 2016

Seems good to me :)

@leplatrem
Copy link
Contributor Author

Thanks! Merging!

@leplatrem leplatrem merged commit 87980d5 into master May 10, 2016
@leplatrem leplatrem deleted the 144-avoid-redownloading-own-changes branch May 10, 2016 08:39
@n1k0 n1k0 removed the in progress label May 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants