Some configuration options take a number representing time length, e.g. ClientQueryTimeout or LogMinDurationQuery. Some of them want a value in seconds, some in milliseconds, etc. This is confusing for the user.
Allow using more intuitive values, like 30ms or 10s instead.
Take PostgreSQL as an example to copy from:
ms = milliseconds
s = seconds
min = minutes
h = hours
d = days
Some configuration options take a number representing time length, e.g. ClientQueryTimeout or LogMinDurationQuery. Some of them want a value in seconds, some in milliseconds, etc. This is confusing for the user.
Allow using more intuitive values, like 30ms or 10s instead.
Take PostgreSQL as an example to copy from: ms = milliseconds s = seconds min = minutes h = hours d = days