Skip to content

Commit

Permalink
removed max message size as it is no longer used here
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bowman committed May 15, 2015
1 parent 1cf9f77 commit 07fb7a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const (

// Send pings to peer with this period. Must be less than pongWait.
pingPeriod = (pongWait * 9) / 10

// Maximum message size allowed from peer.
maxMessageSize = 1024
)

// Connection type represents the duplex websocket connection to Slack
Expand Down

0 comments on commit 07fb7a1

Please sign in to comment.