Skip to content

Commit

Permalink
change dialer timeout to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vishen committed Aug 11, 2020
1 parent 68c5690 commit e350b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
dialerTimeout = time.Second * 30
dialerTimeout = time.Second * 3
dialerKeepAlive = time.Second * 30
)

Expand Down

0 comments on commit e350b66

Please sign in to comment.