We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f9cf0 commit cc0fdf1Copy full SHA for cc0fdf1
inst/shiny-app/CiteSource/app.R
@@ -1,4 +1,4 @@
1
-options(shiny.maxRequestSize = 500*1024^2) #set limit to 100MB
+options(shiny.maxRequestSize=1000*1024^2, timeout = 40000000)
2
3
library(DT)
4
library(CiteSource)
0 commit comments