les: fix lint

This commit is contained in:
rjl493456442 2020-05-12 13:55:21 +08:00
parent baeffa1651
commit 105a4f7c71

View file

@ -65,9 +65,6 @@ const (
// handshakeTimeout is the timeout LES handshake will be treated as failed. // handshakeTimeout is the timeout LES handshake will be treated as failed.
handshakeTimeout = 5 * time.Second handshakeTimeout = 5 * time.Second
// retrySendCachePeriod is the time interval a caching retry is performed.
retrySendCachePeriod = time.Millisecond * 100
) )
const ( const (