add image processor delay

pull/702/head
Luke Pulverenti 9 years ago
parent 317c6bcd68
commit 9db6f610c6

@ -227,6 +227,9 @@ namespace Emby.Drawing
imageProcessingLockTaken = true;
_imageEncoder.EncodeImage(originalImagePath, cacheFilePath, newWidth, newHeight, quality, options);
// ImageMagick doesn't seem to always release it right away
await Task.Delay(100).ConfigureAwait(false);
}
}
finally

Loading…
Cancel
Save