개정판 d97dbc7f
thumbnail loading 속도 개선
Change-Id: I465c8a2b6e2942b2f563ca8f5c8fbdd5e4860f57
KCOM/PageManager/PageStorage.cs | ||
---|---|---|
249 | 249 |
LocalFilePath = downloadFilePath |
250 | 250 |
}; |
251 | 251 |
|
252 |
fileItems.Add(result); |
|
252 |
lock (fileItems) |
|
253 |
{ |
|
254 |
fileItems.Add(result); |
|
255 |
} |
|
256 |
|
|
257 |
(snd as System.Net.WebClient).Dispose(); |
|
253 | 258 |
}; |
254 | 259 |
|
255 | 260 |
System.Diagnostics.Debug.WriteLine("Download : " + downloadFilePath); |
내보내기 Unified diff