new image

This commit is contained in:
Ben 2024-03-22 13:36:33 +01:00
parent a27b294031
commit 7d28b62206
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
2 changed files with 2 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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";