Trivial missed changes
This commit is contained in:
parent
0a69176da2
commit
1f008fb4f0
|
@ -20,7 +20,6 @@ import (
|
|||
"sort"
|
||||
"strconv"
|
||||
"strings"
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/anacrolix/missinggo/perf"
|
||||
|
@ -100,8 +99,6 @@ const (
|
|||
btHandshakeTimeout = 4 * time.Second
|
||||
handshakesTimeout = 20 * time.Second
|
||||
|
||||
pruneInterval = 10 * time.Second
|
||||
|
||||
// These are our extended message IDs.
|
||||
metadataExtendedId = iota + 1 // 0 is reserved for deleting keys
|
||||
pexExtendedId
|
||||
|
|
Loading…
Reference in New Issue