index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
internal
/
db
/
pull.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2020-02-22 15:22:32 +0800
committer
GitHub <noreply@github.com>
2020-02-22 15:22:32 +0800
commit
c4a0a404735cdcfdcb805e9fed474c75110bca89
(
patch
)
tree
d4ef0af7722425451f23b6ca06ef90a375a5f6bc
/
internal/db/pull.go
parent
f59a68c531c680d4488d8d977798f6aa36551bfa
(
diff
)
conf: overhaul repository settings (#5932)
Diffstat
(limited to 'internal/db/pull.go')
-rw-r--r--
internal/db/pull.go
2
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