1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Small changes as per @guillep2k

This commit is contained in:
Andrew Thornton
2020-01-04 15:44:28 +00:00
parent 1cb7a86e37
commit e4ddaab70b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)