Skip to content

Commit

Permalink
Straggler
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jun 12, 2020
1 parent d75bd1d commit f8e94d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propulsion-sync/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ module Args =
match __.Tcp, __.Port with
| false, None -> Discovery.GossipDns __.Host
| false, Some p -> Discovery.GossipDnsCustomPort (__.Host, p)
| true, None -> Discovery.Uri (UriBuilder("tcp", __.Host).Uri)
| true, None -> Discovery.Uri (UriBuilder("tcp", __.Host, 1113).Uri)
| true, Some p -> Discovery.Uri (UriBuilder("tcp", __.Host, p).Uri)
member __.Tcp =
a.Contains EsSinkParameters.Tcp
Expand Down

0 comments on commit f8e94d1

Please sign in to comment.