@ -2,6 +2,6 @@ namespace EventHub.Countries
{
public static class CountryConsts
public const int MaxNameLength = 32;
public const int MaxNameLength = 64;
}
@ -4,7 +4,7 @@ namespace EventHub
public static class EventHubGlobalFeatureConfigurator
private static readonly OneTimeRunner OneTimeRunner = new OneTimeRunner();
private static readonly OneTimeRunner OneTimeRunner = new();
public static void Configure()
@ -20,4 +20,4 @@ namespace EventHub
});
@ -7,7 +7,7 @@ namespace EventHub
public static class EventHubModuleExtensionConfigurator