mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
config/allconfig: Update timeout description
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c934a45069
commit
f650e4d751
@@ -553,7 +553,7 @@ type RootConfig struct {
|
|||||||
// See Modules for more a more flexible way to load themes.
|
// See Modules for more a more flexible way to load themes.
|
||||||
Theme []string
|
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
|
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.
|
// The time zone (or location), e.g. Europe/Oslo, used to parse front matter dates without such information and in the time function.
|
||||||
|
Reference in New Issue
Block a user