# 지연이 곱해지는 두 단계 # Question: 200밀리초가 어떻게 22초가 되는가 direction: down n0: "주입한 지연" { shape: rectangle } n1: "왕복 횟수만큼 누적" { shape: rectangle } n2: "커넥션 풀 대기" { shape: rectangle } n3: "readiness 실패" { shape: rectangle } n0 -> n1: "왕복당 누적" n1 -> n2: "커넥션 점유" n2 -> n3: "프로브도 타임아웃"