Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 13:58:22 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-29 13:58:43 +0300
commitd8535b5c20a0ee10652bb8f7c11a11ecd3a34aeb (patch)
tree13b9767389dfeaa980e4fbf09aa048eed553e7ef /internal/source/gitlab/client
parent4e911e51a38d87de26ef1747bdb33fdf22e17531 (diff)
Add comment about making client settings configurable
Diffstat (limited to 'internal/source/gitlab/client')
-rw-r--r--internal/source/gitlab/client/client.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/source/gitlab/client/client.go b/internal/source/gitlab/client/client.go
index c2424c8b..6c9327dc 100644
--- a/internal/source/gitlab/client/client.go
+++ b/internal/source/gitlab/client/client.go
@@ -29,6 +29,7 @@ var (
errNotFound = errors.New("Not Found")
)
+// TODO make these values configurable https://gitlab.com/gitlab-org/gitlab-pages/issues/274
var tokenTimeout = 30 * time.Second
var connectionTimeout = 10 * time.Second