SLR: Ensure that uncompressed size is plausible
Compare changes
@@ -108,6 +108,10 @@ extract_archive() {
If we cannot detect the uncompressed size, then it's reported as 0. This results in the blocking factor being 1, which makes tar extremely slow.
Set the size to 250 MB, a rough upper bound on the runtime archives we expect to be dealing with. This way the zenity progress bar may stop a little short.