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

Setup a task buffer, so that we start downloading one image when the user is working on one image #19

Open
spMohanty opened this issue Jun 17, 2015 · 1 comment
Assignees

Comments

@spMohanty
Copy link
Member

No description provided.

@othieno
Copy link
Member

othieno commented Oct 21, 2015

Hey @spMohanty, so we do cache at least 2 images (check out:

// Cache the image for later use.
) however the problem is that users may have been going through the photos rather quickly (e.g. in cases where the photo wasn't relevant to the analysis) in which case the caching couldn't keep up.

Once upon a time, I added a short delay between submitting a photo and having the next one appear (

) and this prevents users from going through a project to quickly, giving the caching mechanism a fighting chance :)

My question is, do you want to set up a much larger task buffer (more than 2 images) or does having this short delay between submissions suffice?

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

No branches or pull requests

3 participants