It would be nice to have Filesizes in TOML.
test = 1MB # Results in 1.000 * 1.000 = 1.000.000
test2 = 1MiB # Results in 1.024 * 1.024 = 1.048.576
Things like max Filesize etc. are used in many configurations and it should be easy to implement for the different parsers.
It would be nice to have Filesizes in TOML.
Things like max Filesize etc. are used in many configurations and it should be easy to implement for the different parsers.