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