liuxiaolong
2020-05-28 0dce1c7b82f3ea8b144d6da7af33bbefc828c0d6
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,
   }