- Checkpointing work so I can switch computers.

This commit is contained in:
Ian Roddis
2021-08-14 08:36:55 -03:00
parent a668bf81f1
commit 2525731f5a

View File

@@ -13,7 +13,7 @@
#include <daggy/loggers/dag_run/FileSystemLogger.hpp>
struct Options {
Pistache::Address listenAddress = "0.0.0.0";
Pistache::IP listenAddress = Pistache::Ipv4::any();
uint16_t listenPort = 2503;
size_t webThreads = 50;
size_t dagThreads = 20;