forked from ISTI-ansible-roles/ansible-roles
shinyproxy: increase the default wait time.
This commit is contained in:
parent
4785f2de9f
commit
bd54d98a64
|
@ -30,7 +30,7 @@ shinyproxy_docker_port_range_start: 20000
|
|||
shinyproxy_docker_cpu_limit: 1
|
||||
shinyproxy_docker_memory_request: '1g'
|
||||
shinyproxy_docker_memory_limit: '2g'
|
||||
shinyproxy_container_wait_time: 60000
|
||||
shinyproxy_container_wait_time: 600000
|
||||
shinyproxy_docker_loglevel: 'INFO'
|
||||
shinyproxy_hide_navbar: 'false'
|
||||
shinyproxy_custom_template: False
|
||||
|
|
Loading…
Reference in New Issue