refactor(forgejo): reduce runner capacity from 3 to 1
This commit is contained in:
parent
7c0f431895
commit
3bbd112aa2
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ job "forgejo" {
|
||||||
level: info
|
level: info
|
||||||
runner:
|
runner:
|
||||||
file: .runner
|
file: .runner
|
||||||
capacity: 3
|
capacity: 1
|
||||||
timeout: 3h
|
timeout: 3h
|
||||||
shutdown_timeout: 3h
|
shutdown_timeout: 3h
|
||||||
insecure: false
|
insecure: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue