mirror of
https://gitee.com/gitea/gitea
synced 2025-12-08 09:10:27 +08:00
Search bar for issues/pulls (#530)
This commit is contained in:
@@ -123,6 +123,12 @@ var (
|
||||
UsePostgreSQL bool
|
||||
UseTiDB bool
|
||||
|
||||
// Indexer settings
|
||||
Indexer struct {
|
||||
IssuePath string
|
||||
UpdateQueueLength int
|
||||
}
|
||||
|
||||
// Webhook settings
|
||||
Webhook = struct {
|
||||
QueueLength int
|
||||
|
||||
Reference in New Issue
Block a user