Skip to content

Commit

Permalink
add comment about heartbeatTimeoutCoefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
seletskiy committed Jun 9, 2016
1 parent 6a52c00 commit 5395d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ const (
defaultSSHPort = 22
sshPasswordPrompt = "Password: "

// heartbeatTimeoutCoefficient will be multiplied to send timeout and
// resulting value will be used as time interval between heartbeats.
heartbeatTimeoutCoefficient = 0.8

runsDirectory = "/var/run/orgalorg/"
Expand Down

0 comments on commit 5395d89

Please sign in to comment.