From e4784e06f7a655c664f272c8b57ebd9802a2f97c Mon Sep 17 00:00:00 2001 From: lucasmalla <49912636+lucasmalla@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:39:12 +0300 Subject: [PATCH] Update global.R --- global.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.R b/global.R index eda6cd2..6e3f2b1 100644 --- a/global.R +++ b/global.R @@ -56,7 +56,7 @@ library(openxlsx) library(readr) -options(shiny.maxRequestSize = 10 * 1024^2) +options(shiny.maxRequestSize = 100 * 1024^2) options(survey.lonely.psu="certainty") options(survey.adjust.domain.lonely=TRUE) ###