Bump AsyncKeyedLock to 7.0.1 (#1276)

This commit is contained in:
Mark Cilia Vincenti
2024-08-26 16:23:29 +02:00
committed by GitHub
parent aa377f3131
commit bb14e3431d
3 changed files with 4 additions and 14 deletions

View File

@@ -19,12 +19,7 @@ namespace DiscordChatExporter.Cli.Tests.Infra;
public static class ExportWrapper
{
private static readonly AsyncKeyedLocker<string> Locker =
new(o =>
{
o.PoolSize = 20;
o.PoolInitialFill = 1;
});
private static readonly AsyncKeyedLocker<string> Locker = new();
private static readonly string DirPath = Path.Combine(
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)