From 66c6a856e43874387e34765d9a548522b1c76ec8 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 1 Feb 2024 22:52:05 -0500 Subject: [PATCH] Increase startup timeout --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 56302e9..795f1c0 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = 'en-us' title = 'David Eisinger' theme = 'v2' enableGitInfo = true +timeout = '120s' [author] name = 'David Eisinger'