1
0
Derivar 0

config: Adjust default payload length

Este cometimento está contido em:
Albert S. 2022-12-13 10:17:40 +01:00
ascendente e326e09a36
cometimento 8603e55c59
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -114,7 +114,7 @@ Config::Config(const std::map<std::string, std::string> &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;