ImageLoader: spawn one thread per image. fix #93
In the process of fixing #93, I realized that we were spawning new threads to fetch images for each update (we only need one).
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,3 +1,3 @@
|
||||
docs/ export-ignore
|
||||
resources/
|
||||
!resources/*.base64
|
||||
!resources/*.base64
|
||||
|
||||
Reference in New Issue
Block a user