aboutsummaryrefslogtreecommitdiff
path: root/internal/db/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/pull.go')
-rw-r--r--internal/db/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/pull.go b/internal/db/pull.go
index b617a8c7..6f4f574b 100644
--- a/internal/db/pull.go
+++ b/internal/db/pull.go
@@ -26,7 +26,7 @@ import (
"gogs.io/gogs/internal/sync"
)
-var PullRequestQueue = sync.NewUniqueQueue(conf.Repository.PullRequestQueueLength)
+var PullRequestQueue = sync.NewUniqueQueue(1000)
type PullRequestType int