소스 검색

fix user level parsing in freedom. fixes #1555

Darien Raymond 7 년 전
부모
커밋
204b895576
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      infra/conf/freedom.go

+ 1 - 1
infra/conf/freedom.go

@@ -29,7 +29,7 @@ func (c *FreedomConfig) Build() (proto.Message, error) {
 	case "useip6", "useipv6", "use_ipv6", "use_ip_v6", "use_ip6":
 		config.DomainStrategy = freedom.Config_USE_IP6
 	}
-	config.Timeout = 600
+
 	if c.Timeout != nil {
 		config.Timeout = *c.Timeout
 	}