You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The go/server keeps the cached images open in memory. When the cache gets updated (docker exec pngtile pngtile ...), the server should notices that the mtimes have changed, and reload the images (close + re-open).
Workaroud: docker restart to reload images.
The text was updated successfully, but these errors were encountered:
The
go/server
keeps the cached images open in memory. When the cache gets updated (docker exec pngtile pngtile ...
), the server should notices that the mtimes have changed, and reload the images (close
+ re-open
).Workaroud:
docker restart
to reload images.The text was updated successfully, but these errors were encountered: