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

RestSearch fails on rest service endpoint with lots of folders and mapservices #2

Closed
raykendo opened this issue Feb 4, 2014 · 1 comment
Assignees
Labels

Comments

@raykendo
Copy link
Owner

raykendo commented Feb 4, 2014

Running RestSearch on an html page with lots of folders and mapservices to search only returns some of the matches. Probably too many xhr requests for the browser to handle, and timeout ensues.

@raykendo raykendo self-assigned this Feb 4, 2014
@raykendo
Copy link
Owner Author

Replaced esri/request calls with custom xhr calls, and implemented a list to stagger the calls to one at a time, instead of all at once.

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

No branches or pull requests

1 participant