diff --git a/config.cpp b/config.cpp index 898c789..91abed7 100644 --- a/config.cpp +++ b/config.cpp @@ -114,7 +114,7 @@ Config::Config(const std::map &map) this->templateprefix = "{qswiki:"; - this->max_payload_length = optional("max_payload_length", 10 * 1024 * 1024); + this->max_payload_length = optional("max_payload_length", 60 * 1024 * 1024); ConfigVariableResolver resolver{this->configmap}; this->configVarResolver = resolver;