You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/12/02 13:50:06 UTC

[camel-website] branch master updated: Revert "chore: increase timout in Hugo"

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c56055  Revert "chore: increase timout in Hugo"
2c56055 is described below

commit 2c560558272676009805273c5b97b8e3353cb4bf
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Dec 2 14:49:54 2019 +0100

    Revert "chore: increase timout in Hugo"
    
    This reverts commit a48c505e0bb66d596cf5dbc4fd74452d5da55462.
---
 config.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config.toml b/config.toml
index 8c2f56f..5455a79 100644
--- a/config.toml
+++ b/config.toml
@@ -6,7 +6,6 @@ disablePathToLower = true
 staticDir = ["static", "documentation"]
 disableKinds = ["taxonomyTerm"]
 enableRobotsTXT = true
-timeout = 30000
 
 [params]
     socialProfiles = ["https://twitter.com/ApacheCamel"]