Switch to restech EggsFS rota

This commit is contained in:
Francesco Mazzoli
2023-11-03 13:50:18 +00:00
parent 64d400fcfe
commit 71556ce933
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -852,7 +852,7 @@ void runCDC(const std::string& dbDir, const CDCOptions& options) {
if (xmon) {
XmonConfig config;
config.appInstance = "cdc";
config.appType = "restech.critical";
config.appType = "restech_eggsfs.critical";
config.prod = options.xmonProd;
Xmon::spawn(*undertaker, std::make_unique<Xmon>(logger, xmon, config));
}