Skip to content

Commit

Permalink
settings: Clarify what millisecond time type is
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 21, 2024
1 parent 5a59886 commit 1601af3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/core/settings/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1601af3

Please sign in to comment.