Explorar el Código

Enforce limit to pipeline name length.

master
Roelf Wichertjes hace 2 años
padre
commit
60ede11dd6
Firmado por: rewby ID de clave GPG: 4C2B6D2972EE5423
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      entrypoint.sh

+ 1
- 0
entrypoint.sh Ver fichero

@@ -69,6 +69,7 @@ case "$1" in
"pipeline")
cd pipeline
export PIPELINE_NAME="${PIPELINE_NAME:-${PIPELINE_PREFIX}-$(hostname -s)}"
export PIPELINE_NAME="${PIPELINE_NAME:0:30}"
export NO_SCREEN=1
sudo /usr/sbin/tcp-closer -4 --dport 443 --idle_time 21601000 --last_recv_limit 43200000 --interval 300 &
sudo /usr/sbin/tcp-closer -6 --dport 443 --idle_time 21601000 --last_recv_limit 43200000 --interval 300 &


Cargando…
Cancelar
Guardar