]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
config/allconfig: Update timeout description
authorJoe Mooring <joe.mooring@veriphor.com>
Sat, 8 Jul 2023 20:58:11 +0000 (13:58 -0700)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 8 Jul 2023 21:22:26 +0000 (23:22 +0200)
config/allconfig/allconfig.go

index 86a887155ed445f4555659cf804110915322db46..a0d1d0ae8e69fe7cbc7bafb9f0fb5733a3aad949 100644 (file)
@@ -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.