git: 93f1bbf374 - main - Increase Hugo timeout
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=93f1bbf374afa5b350b2a8423c8b512bec76486b commit 93f1bbf374afa5b350b2a8423c8b512bec76486b Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2023-04-09 10:15:39 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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 = [ "[email protected]" ] 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"