in config.go [45:49]
func (c *Config) setDefaults() { if c.RefreshBeforeExpiry == 0 { c.RefreshBeforeExpiry = time.Minute * 15 } }