Skip to content

2021-December-02 - Prerelease - 2.6.487

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Dec 06:11
08cda38
Wire map download length from server to client (#9854)

We are already capturing download length in database. This update reads
the file size download value from database and updates the server
response for map download listings to have the download length. In turn
we update the client to use this value (and remove code that previously
did a 'head' request as an attempt to get download length)