aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-05 22:50:20 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-05 22:50:20 -0400
commit6271ca99c8cdb36c1e8674bdd203e31a2d5a1fe1 (patch)
tree4223361c9ea0d103444def4998327e05a0489fde /Emby.Drawing/ImageProcessor.cs
parent5daca3238ebda99719c3271217f1772e8b07f9a5 (diff)
update polymer
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
-rw-r--r--Emby.Drawing/ImageProcessor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs
index afec3d03b..120a4cedb 100644
--- a/Emby.Drawing/ImageProcessor.cs
+++ b/Emby.Drawing/ImageProcessor.cs
@@ -230,7 +230,7 @@ namespace Emby.Drawing
_imageEncoder.EncodeImage(originalImagePath, cacheFilePath, newWidth, newHeight, quality, options);
// ImageMagick doesn't seem to always release it right away
- await Task.Delay(100).ConfigureAwait(false);
+ await Task.Delay(300).ConfigureAwait(false);
}
}
finally