davideisinger.com

My personal website
Log | Files | Refs | README

commit 66c6a856e43874387e34765d9a548522b1c76ec8
parent 2c7d5c507ed3e092a07d697a41460468ccef53d9
Author: David Eisinger <[email protected]>
Date:   Thu,  1 Feb 2024 22:52:05 -0500

Increase startup timeout

Diffstat:
Mconfig.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'