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:
authorJaime Martinez <jmartinez@gitlab.com>2020-07-27 05:31:15 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-07-27 05:31:15 +0300
commitfaa6a4f1ed63dfd3d9f6c193275b1186e66978ec (patch)
tree5fd5507a6bb59e1cd5b49b70bf2439701d8d9cb8
parentc73138817b839e4f2ba53675de0283ae8cf562aa (diff)
Update default max retries and interval
-rw-r--r--internal/source/gitlab/gitlab_poll.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/source/gitlab/gitlab_poll.go b/internal/source/gitlab/gitlab_poll.go
index f6653e62..07c59725 100644
--- a/internal/source/gitlab/gitlab_poll.go
+++ b/internal/source/gitlab/gitlab_poll.go
@@ -10,7 +10,7 @@ const (
// defaultPollingMaxRetries to be used by Poll
defaultPollingMaxRetries = 30
// defaultPollingInterval to be used by Poll
- defaultPollingInterval = 10 * time.Second
+ defaultPollingInterval = time.Minute
)
// Poll tries to call the /internal/pages/status API endpoint once plus