Initial code to support backend id as virtual guid.

This commit is contained in:
Abdulmhsen B. A. A
2022-05-28 08:22:24 +03:00
parent 56e62028e8
commit aa03d21f40
6 changed files with 70 additions and 25 deletions

View File

@@ -326,9 +326,11 @@ class ImportCommand extends Command
file_put_contents($config, Yaml::dump(Config::get('servers', []), 8, 2));
}
$this->logger->notice(
sprintf('SYSTEM: Memory Usage (Now: %s) - (Peak: %s).', getMemoryUsage(), getPeakMemoryUsage())
);
if ($inTradeMode) {
$this->logger->notice(
sprintf('SYSTEM: Memory Usage (Now: %s) - (Peak: %s).', getMemoryUsage(), getPeakMemoryUsage())
);
}
return self::SUCCESS;
}