Add timeout parameter to configuration docs

This commit is contained in:
Lorenz Cuno Klopfenstein
2018-05-28 13:30:45 +02:00
committed by Bjørn Erik Pedersen
parent 034fa62a73
commit 06e23168b2
@@ -210,6 +210,9 @@ theme ("")
themesDir ("themes")
: The directory where Hugo reads the themes from.
timeout (10000)
: Timeout for generating page contents, in milliseconds (defaults to 10 seconds). *Note:* this is used to bail out of recursive content generation, if your pages are slow to generate (e.g., because they require large image processing or depend on remote contents) you might need to raise this limit.
title ("")
: Site title.