From 56d219ad8e6583cc9fd9a909f3cb950b960c6155 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 31 Oct 2021 11:50:07 +0100 Subject: [PATCH] [ci-skip] Improve comment for unused_runner_expiration_time --- config/code_ocean.yml.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/code_ocean.yml.example b/config/code_ocean.yml.example index 740b1598..df56be79 100644 --- a/config/code_ocean.yml.example +++ b/config/code_ocean.yml.example @@ -49,8 +49,9 @@ default: &default # The authorization token for connections to the runner management (Poseidon only) # If TLS support is not enabled, this token is transmitted in clear text! token: SECRET - # The maximum time in seconds a runner may idle at the runner management before - # it is removed. Each begin of an interaction with the runner resets this time + # The maximum time in seconds a runner may idle at the runner management before it is removed. + # 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