removed dotnetzip

This commit is contained in:
Luke Pulverenti
2013-09-25 14:58:03 -04:00
parent 7360950496
commit c620129b89
8 changed files with 10 additions and 294 deletions

View File

@@ -66,7 +66,7 @@ namespace MediaBrowser.Server.Implementations.IO
public async void RemoveTempIgnore(string path)
{
// This is an arbitraty amount of time, but delay it because file system writes often trigger events after RemoveTempIgnore has been called.
await Task.Delay(1000).ConfigureAwait(false);
await Task.Delay(1500).ConfigureAwait(false);
string val;
_tempIgnoredPaths.TryRemove(path, out val);