httpgateway: set new max payload length config value

This commit is contained in:
2019-05-04 00:02:17 +02:00
szülő 8fe7e98aaa
commit 93aea9ed7b
4 fájl változott, egészen pontosan 21 új sor hozzáadva és 1 régi sor törölve

Fájl megtekintése

@@ -16,6 +16,7 @@ class HttpGateway : public GatewayInterface
std::string listenaddr;
int listenport;
uint64_t maxPayloadLength;
public:
HttpGateway(const Config &config);