This sets the name of the temp file, when trying to find the best possible compression for a given input file. But the tmp files all have the same name regardless of the input file. This means that every time this is executed at the same time for different input files, we will return a random optimized file from a totally different original.
This sets the name of the temp file, when trying to find the best possible compression for a given input file. But the tmp files all have the same name regardless of the input file. This means that every time this is executed at the same time for different input files, we will return a random optimized file from a totally different original.