Skip to content

Commit e350b66

Browse files
committed
change dialer timeout to 3
1 parent 68c5690 commit e350b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cast/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
dialerTimeout = time.Second * 30
22+
dialerTimeout = time.Second * 3
2323
dialerKeepAlive = time.Second * 30
2424
)
2525

0 commit comments

Comments
 (0)