From 406b1de7c104d885edd2b6b43941a070a5277b1e Mon Sep 17 00:00:00 2001 From: Tomy Hsieh Date: Mon, 5 Feb 2024 16:38:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=84=20chore:=20Increase=20timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we'll investigate on the root cause in following issue --- config/_default/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 4e44eda..80bbce3 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -10,6 +10,7 @@ timeZone = "Asia/Taipei" enableRobotsTXT = true paginate = 10 summaryLength = 0 +timeout = "120s" [markup] [markup.goldmark]