This commit is contained in:
snltty
2024-07-03 01:08:06 +08:00
parent 8b47c5533c
commit f4a7545ae9
47 changed files with 304 additions and 304 deletions

View File

@@ -44,7 +44,7 @@ namespace linker.service
catch (Exception)
{
}
await Task.Delay(3000);
await Task.Delay(3000).ConfigureAwait(false);
}
});
}