package kvstore import "time" var ( connTimeout = 16 * time.Second heartbeatInterval = 4 * time.Second pollInterval = 500 * time.Millisecond )