aboutsummaryrefslogtreecommitdiff
path: root/internal/db
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-01 03:21:13 +0800
committerᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-01 03:21:13 +0800
commit18e45aab98bf9a74834a75877b7f80f508508dba (patch)
treed8499338a79a28bd0890bc4cf1476cc34ef1fea8 /internal/db
parent344b784d6943ac033d2ce755b6eee34ffc0401e4 (diff)
template: improve admin config page
Diffstat (limited to 'internal/db')
-rw-r--r--internal/db/webhook.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/webhook.go b/internal/db/webhook.go
index 7484aed1..c056f413 100644
--- a/internal/db/webhook.go
+++ b/internal/db/webhook.go
@@ -27,7 +27,7 @@ import (
"gogs.io/gogs/internal/sync"
)
-var HookQueue = sync.NewUniqueQueue(conf.Webhook.QueueLength)
+var HookQueue = sync.NewUniqueQueue(1000)
type HookContentType int