From: Joe Mooring Date: Sat, 8 Jul 2023 20:58:11 +0000 (-0700) Subject: config/allconfig: Update timeout description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f650e4d751d83566a88f7fd78d264730b5d06262;p=brevno-suite%2Fhugo config/allconfig: Update timeout description --- 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.