synapse/changelog.d/18112.bugfix
Eric Eastwood a0b70473fc
Raise an error if someone is using an incorrect suffix in a config duration string (#18112)
Previously, a value like `5q` would be interpreted as 5 milliseconds. We
should just raise an error instead of letting someone run with a
misconfiguration.
2025-01-29 18:14:02 -06:00

2 lines
84 B
Plaintext

Raise an error if someone is using an incorrect suffix in a config duration string.