I was wondering about units too, especially after seeing code:
return Library.Utility.Sizeparser.ParseSize(m_options[“skip-files-larger-than”], “mb”);
which I think will result in MB being the default without a suffix.
Commandline help size says you can use these, and I don’t think the case matters:
B - Bytes
kB - Kilobytes
MB - Megabytes
GB - Gigabytes
I was trying to test my theory, but hit a different issue so I’ll just post this note as-is.
If it turns out that the default unit here is truly MB, the Web UI needs to suffix bytes.
It doesn’t now, which means it may give a very different filtering than was intended.