Remove keepAlivePeriod

This is a remnant of setKeepAlive.

Fixes: 77faf72fa3 ("Remove setKeepAlive")
This commit is contained in:
Simon Ser 2020-06-04 18:37:19 +02:00
parent 283d4bf14c
commit 754adc36fb
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

View File

@ -11,7 +11,6 @@ import (
)
// TODO: make configurable
var keepAlivePeriod = time.Minute
var retryConnectMinDelay = time.Minute
var connectTimeout = 15 * time.Second
var writeTimeout = 10 * time.Second