Fixing dagrun counts

This commit is contained in:
Ian Roddis
2022-01-07 17:38:29 -04:00
parent d58dc2fc35
commit db6fd64601
3 changed files with 5 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ namespace daggy::daggyd {
{
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(4294967296)
.maxResponseSize(4294967296);
endpoint_.init(opts);