From c9f59d0c8733f749c0349a976f8b15950afa6c9b Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Tue, 10 Sep 2024 09:03:59 -0400 Subject: [PATCH] Timeout seems to be in milliseconds, not seconds --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index ea78910..d2375fe 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -5,7 +5,7 @@ # theme = "blowfish" # UNCOMMENT THIS LINE baseURL = "https://ndumas.com/" defaultContentLanguage = "en" -timeout = 60 +timeout = 60000 # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles