package wal import "time" var ( connTimeout = 16 * time.Second // For sending / receiving WAL. heartbeatInterval = 2 * time.Second // Used in Follower.SendLog pollInterval = 500 * time.Millisecond // Used in Follower.SendLog )