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

fix(urlSync): update url only after threshold #1917

Merged
merged 1 commit into from
Jan 27, 2017

Conversation

vvo
Copy link
Contributor

@vvo vvo commented Jan 26, 2017

Before this commit, our default implementation tried to update
the url at every character. This led to many slowdown reports from users
of the library.

Now we only update the url after the threshold

Before this commit, our default implementation tried to update
the url at every character. This led to many slowdown reports from users
of the library.

Now we only update the url after the threshold

fixes #1856
@vvo vvo force-pushed the fix/urlSync-default-behavior branch from a5978b5 to a9261ba Compare January 26, 2017 21:06
@vvo vvo merged commit b0f0cf1 into develop Jan 27, 2017
@vvo vvo deleted the fix/urlSync-default-behavior branch January 27, 2017 12:39
vvo pushed a commit that referenced this pull request Feb 6, 2017
<a name="1.10.5"></a>
## [1.10.5](v1.10.4...v1.10.5) (2017-02-06)

### Bug Fixes

* **urlSync:** update url only after threshold (#1917) ([b0f0cf1](b0f0cf1)), closes [#1856](#1856)
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.

1 participant