Skip to content

Commit

Permalink
updated the keep alive to to 20 sec (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
g8rswimmer authored Jul 9, 2022
1 parent d140523 commit 393d661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/tweet_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
ErrorMessageType SystemMessageType = "error"

tweetStart = "data"
keepAliveTO = 11 * time.Second
keepAliveTO = 21 * time.Second

// TweetErrorType represents the tweet stream errors
TweetErrorType StreamErrorType = "tweet"
Expand Down

0 comments on commit 393d661

Please sign in to comment.