Skip to content

Commit 0c65a2a

Browse files
authored
Merge pull request #2 from pcfdev-forks/bump-consul-ttl-timeout
Bump consul TTL timeout to 20s
2 parents b69cc53 + 9b0c78e commit 0c65a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cc-uploader/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func initializeRegistrationRunner(logger lager.Logger, consulClient consuladapte
138138
Name: "cc-uploader",
139139
Port: portNum,
140140
Check: &api.AgentServiceCheck{
141-
TTL: "3s",
141+
TTL: "20s",
142142
},
143143
}
144144

0 commit comments

Comments
 (0)