mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
probe: Use an absolute FQDN for cloud.weave.works by default
This can save a few DNS queries here and there!
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ import (
|
||||
|
||||
const (
|
||||
versionCheckPeriod = 6 * time.Hour
|
||||
defaultServiceHost = "https://cloud.weave.works:443"
|
||||
defaultServiceHost = "https://cloud.weave.works.:443"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user