Heyuri / Uploader

2ちゃん uploader!
MIT License
1 stars 0 forks source link

FILE MAX shouldn't always display in KB #3

Closed kaguy4 closed 2 months ago

kaguy4 commented 2 months ago

Ideally, it should detect what is the suitable unit (eg. if it's bigger than 1000MBs, it should show in GB).

If that's not feasible, it should always show in MB since that's the most widely used one for file hosts.

Maybe there should also be a small comment with formulas next to $limitk too. Like this if I didn't get teh calculations wrong: 10MB => 10*1024, 3GB => 3*1000*1024

hachikuji-san commented 2 months ago

done