mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2026-01-27 10:23:12 +00:00
Fixing timing issues for some RESTAPIs.
This commit is contained in:
@@ -43,12 +43,6 @@ namespace uCentral {
|
||||
Params->setMaxThreads(50);
|
||||
Params->setMaxQueued(200);
|
||||
Params->setKeepAlive(true);
|
||||
/*
|
||||
uint64_t T = 45000;
|
||||
Params->setKeepAliveTimeout(T);
|
||||
Params->setMaxKeepAliveRequests(200);
|
||||
Params->setTimeout(T + 10000);
|
||||
*/
|
||||
|
||||
auto NewServer = std::make_unique<Poco::Net::HTTPServer>(new RequestHandlerFactory, Pool_, Sock, Params);
|
||||
NewServer->start();
|
||||
|
||||
Reference in New Issue
Block a user