Fixing dagrun counts
This commit is contained in:
@@ -23,8 +23,8 @@ namespace daggy::daggyr {
|
||||
{
|
||||
auto opts = Http::Endpoint::options()
|
||||
.threads(threads)
|
||||
//.flags(Pistache::Tcp::Options::ReuseAddr |
|
||||
//Pistache::Tcp::Options::ReusePort)
|
||||
.flags(Pistache::Tcp::Options::ReuseAddr |
|
||||
Pistache::Tcp::Options::ReusePort)
|
||||
.maxRequestSize(102400)
|
||||
.maxResponseSize(102400);
|
||||
endpoint_.init(opts);
|
||||
|
||||
Reference in New Issue
Block a user