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

organize page is unresponsive when there are 10000 series #47

Open
rentzso opened this issue Sep 27, 2016 · 1 comment
Open

organize page is unresponsive when there are 10000 series #47

rentzso opened this issue Sep 27, 2016 · 1 comment

Comments

@rentzso
Copy link
Contributor

rentzso commented Sep 27, 2016

scrolling to bottom is difficult since scroll bar is rendered behind the bottom navigation/status pane

@rentzso rentzso added this to the Release 1 milestone Sep 27, 2016
@cgc
Copy link
Contributor

cgc commented Oct 19, 2016

I'm a bit concerned this will be exacerbated by my changes that hold onto file contents to upload (as the fact that we don't hold onto it today means it likely is garbage collected when the file is parsed). Some of the strategies I'm considering for dealing with this:

  • stop holding on to file content, instead adding streams to the multipart upload, which request already supports
  • by default, use createReadStream instead of readFile when parsing. We can stream off the first N lines for my file parsers and simply stream over all the content for the dicom parser.

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

2 participants