Skip to content

Commit

Permalink
Merge pull request #578 from Sage-Bionetworks/FDS-1378-increase-uploa…
Browse files Browse the repository at this point in the history
…d-limit

Increase upload size to 30mb
  • Loading branch information
afwillia authored Nov 14, 2023
2 parents 62a268d + 2a946c2 commit 14329c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions global.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ncores <- availableCores()
message(sprintf("Available cores: %s", ncores))
plan(multicore, workers = ncores)

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

# import R files
source_files <- list.files(c("functions", "modules"), pattern = "*\\.R$", recursive = TRUE, full.names = TRUE)
sapply(source_files, FUN = source)
Expand Down

0 comments on commit 14329c9

Please sign in to comment.