GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Zip function not actually "zipping" #251

Closed merforga closed 6 years ago

merforga commented 6 years ago

When a log file is uploaded, if it is not compressed, it should be compressed by the system. Currently it puts it in a zip file, but the zip file has 0% compression making this feature currently redundant.

Needs to be fixed so that compression actually does occur on the file since a lot of unneccessary file space is currently being taken up.

Example: https://uat.gw2raidar.com/encounter/HeightPavementOrganismBatAllied

merforga commented 6 years ago

Hot fixed