The source project of this merge request has been removed.
Change default maximum I/O bandwidth from 40 MiB/s to 1024 MiB/s; Remove rounding to multiples of 5 MiB/s; Etc
List of changes:
- Code cleanup: Replace a literal constant with a computed constant
-
Remove rounding to multiples of 5 MiB/s
- The implicit rounding to 1 MiB/s is good enough.
-
Change default maximum I/O bandwidth from 40 MiB/s to 1024 MiB/s
- The number 40 MiB/s was from year 2006 or earlier
- Code cleanup: Remove superfluous parentheses from return statements
- Fix
fscanf()
compiler warning
Closes: #9 (closed)
Edited by Ghost User