mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user