Skip to content

Commit

Permalink
Fixed #227
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed Jun 5, 2016
1 parent 9fe3ded commit 8be89ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/FFImageLoading.Windows/Cache/SimpleDiskCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public SimpleDiskCache(string cacheFolderName)
this.fileWritePendingTasks = new ConcurrentDictionary<string, byte>();
defaultDuration = new TimeSpan(30, 0, 0, 0); // the default is 30 days
_currentWriteLock = new SemaphoreSlim(1);
_currentWrite = Task.FromResult<byte>(1);

initTask = Init();
}
Expand Down

0 comments on commit 8be89ee

Please sign in to comment.