From fbbdb0ab1583450b66f12e88da4dc767ab87ed00 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 1 Nov 2021 15:09:07 -0700 Subject: [PATCH] Update the timeout default This was increased to 30s with: https://github.com/gohugoio/hugo/pull/6535 --- content/en/getting-started/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 9c78446ac..b1452bbdc 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -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