Vergelijk commits
No commits in common. "172129179e3e6cc7161a2126cea86790861e6612" and "a71c3da12953df71f686b220080d677eb30f0ba7" have entirely different histories.
172129179e
...
a71c3da129
@ -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", 60 * 1024 * 1024);
|
||||
this->max_payload_length = optional("max_payload_length", 10 * 1024 * 1024);
|
||||
|
||||
ConfigVariableResolver resolver{this->configmap};
|
||||
this->configVarResolver = resolver;
|
||||
|
@ -1,8 +1,5 @@
|
||||
#ifndef HTTPGATEWAY_H
|
||||
#define HTTPGATEWAY_H
|
||||
|
||||
#define CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH 65536
|
||||
|
||||
#include <httplib.h>
|
||||
#include "gatewayinterface.h"
|
||||
#include "../requestworker.h"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c0b461a3b7b15877b5c8047b409c124aceec8fd9
|
||||
Subproject commit d92c31446687cfa336a6332b1015b4fe289fbdec
|
Laden…
Verwijs in nieuw issue
Block a user