8 lines
256 B
TOML
8 lines
256 B
TOML
|
|
# Ref: https://docs.gitlab.com/runner/configuration/advanced-configuration.html
|
|
|
|
concurrent = 8
|
|
# N/B: This is DIVIDED among the number of registered runners
|
|
check_interval = 10
|
|
listen_address = "@@RUNNER_LISTEN_ADDRESS@@" # Will be removed if undefined
|