1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

config/allconfig: Update timeout description

This commit is contained in:
Joe Mooring
2023-07-08 13:58:11 -07:00
committed by Bjørn Erik Pedersen
parent c934a45069
commit f650e4d751

View File

@ -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.