OrfiTeam / OrpheusDL

586 stars 74 forks source link

Refactor fix_file_limit to fix_byte_limit #27

Closed dwaris closed 1 year ago

dwaris commented 1 year ago

Why

What Changed?

Refactor of fix_file_limit to fix_byte_limit.

Dniel97 commented 1 year ago

Nice work! You are correct a byte size limit is way better than the character limit. I didn't bother with it really because I mainly use macOS and Windows so that's not an issue there.

Thank you for the contribution.