From f650e4d751d83566a88f7fd78d264730b5d06262 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 8 Jul 2023 13:58:11 -0700 Subject: [PATCH] config/allconfig: Update timeout description --- config/allconfig/allconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/allconfig/allconfig.go b/config/allconfig/allconfig.go index 86a887155ed..a0d1d0ae8e6 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.