mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Allow 5 minutes for long asset creation
This is a temporary measure, I need to figure out where the extra time is coming from!
This commit is contained in:
parent
def41a1590
commit
b03f46315a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
languageCode = "en-gb"
|
languageCode = "en-gb"
|
||||||
timeout = "120s"
|
timeout = "300s"
|
||||||
|
|
||||||
PygmentsCodeFences = true
|
PygmentsCodeFences = true
|
||||||
PygmentsStyle = "monokai"
|
PygmentsStyle = "monokai"
|
||||||
|
|
Loading…
Reference in a new issue