-
- Downloads
let the lowest file size be 1 instead of 0
and the highest file size be the max instead of whatever is the last by the stepping algo this makes it so we always have a file of max_file_size. before this commit, we used to get the maximum file size in the list be between [max_file_size - step, max_file_size] it's now forced to be max_file_size.
Loading
Please register or sign in to comment