[ci-skip] Improve comment for unused_runner_expiration_time
This commit is contained in:
@ -49,8 +49,9 @@ default: &default
|
|||||||
# The authorization token for connections to the runner management (Poseidon only)
|
# The authorization token for connections to the runner management (Poseidon only)
|
||||||
# If TLS support is not enabled, this token is transmitted in clear text!
|
# If TLS support is not enabled, this token is transmitted in clear text!
|
||||||
token: SECRET
|
token: SECRET
|
||||||
# The maximum time in seconds a runner may idle at the runner management before
|
# The maximum time in seconds a runner may idle at the runner management before it is removed.
|
||||||
# it is removed. Each begin of an interaction with the runner resets this time
|
# Each begin of an interaction with the runner resets this time. Thus, this value should
|
||||||
|
# be truly greater than any permitted execution time of an execution environment.
|
||||||
unused_runner_expiration_time: 180
|
unused_runner_expiration_time: 180
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user