- Checkpointing work so I can switch computers.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#include <daggy/loggers/dag_run/FileSystemLogger.hpp>
|
#include <daggy/loggers/dag_run/FileSystemLogger.hpp>
|
||||||
|
|
||||||
struct Options {
|
struct Options {
|
||||||
Pistache::Address listenAddress = "0.0.0.0";
|
Pistache::IP listenAddress = Pistache::Ipv4::any();
|
||||||
uint16_t listenPort = 2503;
|
uint16_t listenPort = 2503;
|
||||||
size_t webThreads = 50;
|
size_t webThreads = 50;
|
||||||
size_t dagThreads = 20;
|
size_t dagThreads = 20;
|
||||||
|
|||||||
Reference in New Issue
Block a user