From 01d848906751a17acaa33d7adbdabe41469bc347 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 28 五月 2020 17:28:58 +0800
Subject: [PATCH] upgrade getOceanFeature

---
 EsClient.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/EsClient.go b/EsClient.go
index bbdb4bb..39754cf 100644
--- a/EsClient.go
+++ b/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,
 	}

--
Gitblit v1.8.0