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:
Diffstat (limited to 'internal/source/gitlab/client/client.go')
-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