httpgateway: set new max payload length config value
This commit is contained in:
@@ -16,6 +16,7 @@ class HttpGateway : public GatewayInterface
|
||||
|
||||
std::string listenaddr;
|
||||
int listenport;
|
||||
uint64_t maxPayloadLength;
|
||||
|
||||
public:
|
||||
HttpGateway(const Config &config);
|
||||
|
Reference in New Issue
Block a user