소스 검색

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

tags/v0.8.0
Jonathan Cobb 5 년 전
부모
커밋
e1982ca277
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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);


불러오는 중...
취소
저장