From 25fdcd6bd9665f68b42613ff7445c49c633899a8 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Mon, 5 Nov 2018 14:27:19 +0100 Subject: [PATCH] upload size reminder comment --- wilson-basic/app.R | 1 + 1 file changed, 1 insertion(+) diff --git a/wilson-basic/app.R b/wilson-basic/app.R index 66b5739..765ef5e 100755 --- a/wilson-basic/app.R +++ b/wilson-basic/app.R @@ -47,6 +47,7 @@ wilson_auto_reload_pattern <- ".*\\.(r|se|R|clarion)$" wilson_auto_reload_interval <- 3000 # Sets the max file upload size in mb +# This value only changes upload size of the shiny-server preceeding services (e.g. reverse proxy) must be altered aswell. wilson_max_upload_size <- 100 # Allow logging of uploaded files for debugging purposes