matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration options that refer to numbers of bytes. #16219

Closed reivilibre closed 1 year ago

reivilibre commented 1 year ago

Was kind of surprised to not have G at least, to the point that my homeserver didn't start up :-).

Thought I'd chuck in T as well since it may eventually come in useful if we ever have quotas or something like that.

Base: develop

Original commit schedule, with full messages:

  1. Add more suffixes to `parse_size`