Skip to content

Commit

Permalink
Add delay between deletes when calling meadow file delete all
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jul 24, 2024
1 parent 421bc33 commit 25f5dc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ private async Task DeleteFileRecursive(IMeadowDevice device, string directorynam
Logger?.LogInformation($"Deleting file '{meadowFile}' from device...");

await device.DeleteFile(meadowFile, cancellationToken);
await Task.Delay(100);
}
}

0 comments on commit 25f5dc8

Please sign in to comment.