[ci-skip] Improve comment for unused_runner_expiration_time

This commit is contained in:
Sebastian Serth
2021-10-31 11:50:07 +01:00
parent de83843496
commit 56d219ad8e

View File

@ -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