mendix / m2ee-tools

m2ee, the Mendix runtime helper tools for GNU/Linux
Other
27 stars 40 forks source link

Add possibility to use units (ms,s,min,h,d) for time length values #18

Closed knorrie closed 5 years ago

knorrie commented 7 years ago

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

knorrie commented 5 years ago

Closing, since this should be implemented in the Mendix Runtime instead.