summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2023-07-08 13:58:11 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-07-08 23:22:26 +0200
commitf650e4d751d83566a88f7fd78d264730b5d06262 (patch)
treead7f65e0450275d28f13186f71e83db1070af8aa /config
parentc934a45069110032dcfe3ad7e964e6d3cafe1ede (diff)
config/allconfig: Update timeout description
Diffstat (limited to 'config')
-rw-r--r--config/allconfig/allconfig.go2
1 files changed, 1 insertions, 1 deletions
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.