config/allconfig: Update timeout description - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit f650e4d751d83566a88f7fd78d264730b5d06262
DIR parent c934a45069110032dcfe3ad7e964e6d3cafe1ede
HTML Author: Joe Mooring <joe.mooring@veriphor.com>
Date: Sat, 8 Jul 2023 13:58:11 -0700
config/allconfig: Update timeout description
Diffstat:
M config/allconfig/allconfig.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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.