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, }