-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
By default the Display implementation is using SI units (e.g. KB), which looks weird when printing those:
--http-server-request-limit <http-server-request-limit>
The overall request limit [env: HTTP_SERVER_REQUEST_LIMIT=] [default: "262.1 KB"]
--http-server-json-limit <http-server-json-limit>
The JSON request limit [env: HTTP_SERVER_JSON_LIMIT=] [default: "2.1 MB"]
It would be great if there would be a newtype for defaulting to "binary format" (powers of 2, e.g. KiB).
oxalica