mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-03 06:17:00 +09:00
Small changes as per @guillep2k
This commit is contained in:
@ -432,7 +432,7 @@ func AddWorkers(ctx *context.Context) {
|
||||
ctx.Redirect(setting.AppSubURL + fmt.Sprintf("/admin/monitor/queue/%d", qid))
|
||||
}
|
||||
|
||||
// SetQueueSettings sets the maximum number of workers for this queue
|
||||
// SetQueueSettings sets the maximum number of workers and other settings for this queue
|
||||
func SetQueueSettings(ctx *context.Context) {
|
||||
qid := ctx.ParamsInt64("qid")
|
||||
mq := queue.GetManager().GetManagedQueue(qid)
|
||||
|
Reference in New Issue
Block a user