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

Combining Two or More 10X Runs #1

Open
rondjlee opened this issue Mar 19, 2019 · 2 comments
Open

Combining Two or More 10X Runs #1

rondjlee opened this issue Mar 19, 2019 · 2 comments

Comments

@rondjlee
Copy link

rondjlee commented Mar 19, 2019

Hi nasqar,
Is there a way for me to merge/add more than one 10X run?
Plus, how to resolve "Maximum upload size exceeded"?

@nasqar
Copy link
Owner

nasqar commented Mar 20, 2019

As of now, you cannot merge/add more than one run. We will add this in the near future, you will be notified.

About the maximum upload size, you can change that if you are running it locally.
Find the file server.R under inst/shiny and edit the following line:

options(shiny.maxRequestSize = 300*1024^2)

Now the limit is 300mb. Change 300 to whichever value you like.

Let us know if you still have more issues.

@rondjlee
Copy link
Author

Thanks a lot nasqar!
It works like a charm. Plus, thank you for working on the adding feature.

nasqar pushed a commit that referenced this issue Sep 5, 2019
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

No branches or pull requests

2 participants