redesign the name pool to reduce compilation time resource usage

This commit is contained in:
13xforever
2021-03-10 02:31:38 +05:00
parent 4ecbd62eb0
commit 222eaa2a35
11 changed files with 433 additions and 96 deletions

View File

@@ -85,6 +85,7 @@ namespace CompatBot
public static string IrdCachePath => config.GetValue(nameof(IrdCachePath), "./ird/");
public static double GameTitleMatchThreshold => config.GetValue(nameof(GameTitleMatchThreshold), 0.57);
public static byte[] CryptoSalt => Convert.FromBase64String(config.GetValue(nameof(CryptoSalt), ""));
public static string RenameNameSuffix => config.GetValue(nameof(RenameNameSuffix), " (Rule 7)");
internal static class AllowedMentions
{