Introduce welcome message and change default timeout

The welcome message shows the difference between
Pro and CE.

The timeout of 8 seconds was never going to be useful as
a default, so changing to 60 seconds.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2022-08-30 14:00:00 +01:00
parent 9fccc67b9c
commit 4604271076
4 changed files with 19 additions and 20 deletions

View File

@ -8,7 +8,7 @@ var (
GitCommitSHA string
// GitCommitMessage as read from the latest tag/release
GitCommitMessage string
GitCommitMessage = "See GitHub for latest changes"
// DevVersion string for the development version
DevVersion = "dev"