Explorar el Código

only one try at ansible, key won't work after that anyway

tags/v0.8.0
Jonathan Cobb hace 4 años
padre
commit
e1982ca277
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java

+ 1
- 1
bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java Ver fichero

@@ -86,7 +86,7 @@ public class StandardNetworkService implements NetworkService {
public static final List<String> BUBBLE_SCRIPTS = splitAndTrim(stream2string(ANSIBLE_DIR + "/bubble_scripts.txt"), "\n")
.stream().filter(s -> !empty(s)).collect(Collectors.toList());

public static final int MAX_ANSIBLE_TRIES = 5;
public static final int MAX_ANSIBLE_TRIES = 1;
public static final int RESTORE_KEY_LEN = 6;

private static final long NET_LOCK_TIMEOUT = MINUTES.toMillis(21);


Cargando…
Cancelar
Guardar