liuxiaolong
2020-05-28 0d251e8d1a5ba99f1186daa20ca88f90d1bf6c29
EsClient.go
@@ -611,7 +611,7 @@
func EsReq(method string, url string, parama []byte) (buf []byte, err error) {
   //defer elapsed("page")()
   timeout := time.Duration(10 * time.Second)
   timeout := time.Duration(100 * time.Second)
   client := http.Client{
      Timeout: timeout,
   }