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

Remove polling interval from files view #51

Merged
merged 1 commit into from
May 16, 2015
Merged

Conversation

krl
Copy link
Contributor

@krl krl commented May 16, 2015

This made the files page go from eating 100% cpu to idle.

I'd argue the relevant time you want to update these listings, is while adding files through the webui, and as this case is already covered without polling, i think we should just drop this line.

Cannot think of any usecase where you would want to have polling updates of pinned files at this point.

Maybe it does not fix #20 in its entirety, but it makes a huge difference in performance.

@jbenet jbenet added the status/in-progress In progress label May 16, 2015
@whyrusleeping
Copy link
Member

Im totally on board with 100% CPU -> idle. 👍

@jbenet
Copy link
Member

jbenet commented May 16, 2015

Yeah let's do it


Sent from Mailbox

On Sat, May 16, 2015 at 2:07 PM, Jeromy Johnson notifications@github.com
wrote:

Im totally on board with 100% CPU -> idle. 👍

Reply to this email directly or view it on GitHub:
#51 (comment)

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.

/files with thousands of files added makes my browser hang
3 participants