Update description of timeout configuration value

This commit is contained in:
Joe Mooring
2023-07-08 14:02:25 -07:00
committed by GitHub
parent e1245d9f8c
commit de8bddedfd
+1 -1
View File
@@ -448,7 +448,7 @@ The directory where Hugo reads the themes from.
**Default value:** "30s"
Timeout for generating page contents, specified as a [duration](https://pkg.go.dev/time#Duration) or in milliseconds. *Note:* this is used to bail out of recursive content generation. You might need to raise this limit if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents).
Timeout for generating page contents, specified as a [duration](https://pkg.go.dev/time#Duration) or in seconds. *Note:* this is used to bail out of recursive content generation. You might need to raise this limit if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents).
### timeZone