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:
-rw-r--r--internal/source/gitlab/cache/cache.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/source/gitlab/cache/cache.go b/internal/source/gitlab/cache/cache.go
index bb3567b4..00fca92b 100644
--- a/internal/source/gitlab/cache/cache.go
+++ b/internal/source/gitlab/cache/cache.go
@@ -10,8 +10,8 @@ import (
var defaultCacheConfig = cacheConfig{
cacheExpiry: 10 * time.Minute,
- entryRefreshTimeout: 30 * time.Second,
- retrievalTimeout: 5 * time.Second,
+ entryRefreshTimeout: 60 * time.Second,
+ retrievalTimeout: 30 * time.Second,
maxRetrievalInterval: time.Second,
maxRetrievalRetries: 3,
}