clean up downloads on shards

This commit is contained in:
rootdarkarchon
2024-08-27 13:41:08 +00:00
committed by Loporrit
parent 9eec562fdd
commit 566634776b
2 changed files with 44 additions and 9 deletions
@@ -47,7 +47,7 @@ public class RequestController : ControllerBase
foreach (var file in files)
{
_logger.LogDebug("Prerequested file: " + file);
_cachedFileProvider.DownloadFileWhenRequired(file);
await _cachedFileProvider.DownloadFileWhenRequired(file).ConfigureAwait(false);
}
Guid g = Guid.NewGuid();