From 1601af37ba05da70ab9e2962cd75a1579a2cc19e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 21 Aug 2024 08:47:33 -0600 Subject: [PATCH] settings: Clarify what millisecond time type is --- docs/core/settings/types.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/core/settings/types.md b/docs/core/settings/types.md index 06c86d6ab..f1cd891e6 100644 --- a/docs/core/settings/types.md +++ b/docs/core/settings/types.md @@ -86,12 +86,12 @@ The size value type is base 2, meaning a kilobyte equals 1024 bytes. The Time value is used in Dovecot configuration to define the amount of Time taken by something or for doing something, such as a sending or downloading -file, processing, and more. The Time value supports using suffixes of any of -the following words: +file, processing, and more. + +The Time value supports using suffixes of any of the following words: ``` -secs, seconds, mins, minutes, msecs, mseconds, millisecs, milliseconds, -hours, days, weeks +secs, seconds, mins, minutes, hours, days, weeks ``` ::: tip Note @@ -108,7 +108,13 @@ For example, to match messages from last week, you may specify: ## Millisecond Time -Same as [Time](#time), but support milliseconds precision. +Same as [Time](#time), but additionally supports milliseconds (`ms`) precision. + +In addition to Time suffixes, adds support for the following words: + +``` +msecs, mseconds, millisecs, milliseconds +``` ## IP Addresses