X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a5fef23f2863cd0183ff596f4579110e2ddb3b3d..224f4793b7c147cb3ef9a261e3a60cddb557e1f1:/lib/config/generated_config.go diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 3df644cf6e..7ed332151b 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -944,6 +944,11 @@ Clusters: # Time before repeating SIGTERM when killing a container. TimeoutSignal: 5s + # Time to give up on a process (most likely arv-mount) that + # still holds a container lockfile after its main supervisor + # process has exited, and declare the instance broken. + TimeoutStaleRunLock: 5s + # Time to give up on SIGTERM and write off the worker. TimeoutTERM: 2m @@ -1344,6 +1349,10 @@ Clusters: VocabularyURL: "" FileViewersConfigURL: "" + # Idle time after which the user's session will be auto closed. + # This feature is disabled when set to zero. + IdleTimeout: 0s + # Workbench welcome screen, this is HTML text that will be # incorporated directly onto the page. WelcomePageHTML: |