sunty
2020-05-28 01d848906751a17acaa33d7adbdabe41469bc347
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,
   }