mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-30 10:12:40 +00:00
Update the timeout default
This was increased to 30s with: https://github.com/gohugoio/hugo/pull/6535
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6043b54cc1
commit
fbbdb0ab15
@@ -381,9 +381,9 @@ The directory where Hugo reads the themes from.
|
||||
|
||||
### timeout
|
||||
|
||||
**Default value:** 10000
|
||||
**Default value:** "30s"
|
||||
|
||||
Timeout for generating page contents, in milliseconds (defaults to 10 seconds). *Note:* this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit.
|
||||
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).
|
||||
|
||||
### timeZone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user