git: 93f1bbf374 - main - Increase Hugo timeout
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 10:17:02 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=93f1bbf374afa5b350b2a8423c8b512bec76486b
commit 93f1bbf374afa5b350b2a8423c8b512bec76486b
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-04-09 10:15:39 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-04-09 10:15:39 +0000
Increase Hugo timeout
In some situations the default timeout in Hugo was not enough
The timeout is doubled
---
documentation/config/_default/config.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/documentation/config/_default/config.toml b/documentation/config/_default/config.toml
index b14681a0c8..d8b8548110 100644
--- a/documentation/config/_default/config.toml
+++ b/documentation/config/_default/config.toml
@@ -12,6 +12,7 @@ authors = [ "carlavilla@FreeBSD.org" ]
ignoreFiles = [ "chapter.adoc$", "contrib-386bsd.adoc$", "contrib-additional.adoc$", "contrib-committers.adoc$", "contrib-corealumni.adoc$", "contrib-develalumni.adoc$", "contrib-develinmemoriam.adoc$", "contrib-portmgralumni.adoc$", "\\.po$" ]
enableRobotsTXT = true
enableGitInfo = true
+timeout = 60000
[params]
websiteURL = "https://www.FreeBSD.org"