diff options
author | Joe Mooring <[email protected]> | 2023-07-08 13:58:11 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-07-08 23:22:26 +0200 |
commit | f650e4d751d83566a88f7fd78d264730b5d06262 (patch) | |
tree | ad7f65e0450275d28f13186f71e83db1070af8aa /config | |
parent | c934a45069110032dcfe3ad7e964e6d3cafe1ede (diff) | |
download | hugo-f650e4d751d83566a88f7fd78d264730b5d06262.tar.gz hugo-f650e4d751d83566a88f7fd78d264730b5d06262.zip |
config/allconfig: Update timeout description
Diffstat (limited to 'config')
-rw-r--r-- | config/allconfig/allconfig.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/allconfig/allconfig.go b/config/allconfig/allconfig.go index 86a887155..a0d1d0ae8 100644 --- a/config/allconfig/allconfig.go +++ b/config/allconfig/allconfig.go @@ -553,7 +553,7 @@ type RootConfig struct { // See Modules for more a more flexible way to load themes. Theme []string - // Timeout for generating page contents, specified as a duration or in milliseconds. + // Timeout for generating page contents, specified as a duration or in seconds. Timeout string // The time zone (or location), e.g. Europe/Oslo, used to parse front matter dates without such information and in the time function. |