Skip to content

Commit cc0fdf1

Browse files
committed
add timeout and increase size limit further
1 parent e6f9cf0 commit cc0fdf1

File tree

1 file changed

+1
-1
lines changed
  • inst/shiny-app/CiteSource

1 file changed

+1
-1
lines changed

inst/shiny-app/CiteSource/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
options(shiny.maxRequestSize = 500*1024^2) #set limit to 100MB
1+
options(shiny.maxRequestSize=1000*1024^2, timeout = 40000000)
22

33
library(DT)
44
library(CiteSource)

0 commit comments

Comments
 (0)