Browse Source

remove unused const

pull/456/head
Anton Kaliaev 8 years ago
parent
commit
2b02843453
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      connection.go

+ 0
- 1
connection.go View File

@ -20,7 +20,6 @@ const (
numBatchMsgPackets = 10
minReadBufferSize = 1024
minWriteBufferSize = 65536
idleTimeoutMinutes = 5
updateState = 2 * time.Second
pingTimeout = 40 * time.Second
flushThrottle = 100 * time.Millisecond


Loading…
Cancel
Save