new image
This commit is contained in:
parent
a27b294031
commit
7d28b62206
|
@ -45,7 +45,7 @@ namespace FileUtils
|
||||||
{
|
{
|
||||||
var sw = Stopwatch.Begin(log);
|
var sw = Stopwatch.Begin(log);
|
||||||
var result = GenerateRandomFile(size, label);
|
var result = GenerateRandomFile(size, label);
|
||||||
sw.End($"Generated file '{result.Describe()}'.");
|
sw.End($"Generated file {result.Describe()}.");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace CodexPlugin
|
||||||
{
|
{
|
||||||
private readonly MarketplaceStarter marketplaceStarter = new MarketplaceStarter();
|
private readonly MarketplaceStarter marketplaceStarter = new MarketplaceStarter();
|
||||||
|
|
||||||
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-e4ddb94-dist-tests";
|
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-2a34c48-dist-tests";
|
||||||
public const string ApiPortTag = "codex_api_port";
|
public const string ApiPortTag = "codex_api_port";
|
||||||
public const string ListenPortTag = "codex_listen_port";
|
public const string ListenPortTag = "codex_listen_port";
|
||||||
public const string MetricsPortTag = "codex_metrics_port";
|
public const string MetricsPortTag = "codex_metrics_port";
|
||||||
|
|
Loading…
Reference in New Issue