ConfigurationSyntax
Generic syntax in the configuration file
[edit] Size
Data sizes can be specified in kilobytes or megabytes. If no unit is specified, the default size is in bytes.
Syntax | Description |
---|---|
k, K | kilobytes |
m, M | megabytes |
Example: "8k" for eight kilobytes or "1m" for one megabytes
[edit] Time
Time can be specified with various precision. If no unit is specified, the default time is in seconds.
Syntax | Description |
---|---|
ms | milliseconds |
s | seconds |
m | minutes |
h | hours |
d | days |
w | weeks |
M | Months (30 days) |
y | Years (365 days) |
Example: "1h30m" for one hour thirty minutes, "1y6M" for one year and six months.