From f650cf93d2db8b3d820b237a81e01408ee9ff877 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com>
Date: Wed, 3 Nov 2021 13:17:12 +0800
Subject: [PATCH 1/4] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 3ec162e3..960e2708 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,8 @@
+5.如果您需要服务器的话 2C4G8M 80GB 腾讯云 一年70 三年198 在这里购买:https://curl.qcloud.com/tJrn0bK0
+
## 1. 基本介绍
### 1.1 项目介绍
From 0267d4fcaee4cce682a44f79f332717abcfd2718 Mon Sep 17 00:00:00 2001
From: liqianjie <3745983@qq.com>
Date: Fri, 5 Nov 2021 13:03:31 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E4=B8=8D=E9=80=9A=E8=BF=87=E6=9C=AC?=
=?UTF-8?q?=E5=9C=B0nginx=E4=BB=A3=E7=90=86,=E7=9B=B4=E6=8E=A5=E8=AE=BF?=
=?UTF-8?q?=E9=97=AE=E6=97=B6,10ms=E4=BC=9A=E5=AF=BC=E8=87=B4=E6=A6=82?=
=?UTF-8?q?=E7=8E=87=E6=80=A7=E8=AF=B7=E6=B1=82=E5=A4=B1=E8=B4=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
server/core/server_other.go | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/server/core/server_other.go b/server/core/server_other.go
index ce159fe3..75dc041c 100644
--- a/server/core/server_other.go
+++ b/server/core/server_other.go
@@ -4,14 +4,15 @@
package core
import (
+ "time"
+
"github.com/fvbock/endless"
"github.com/gin-gonic/gin"
- "time"
)
func initServer(address string, router *gin.Engine) server {
s := endless.NewServer(address, router)
- s.ReadHeaderTimeout = 10 * time.Millisecond
+ s.ReadHeaderTimeout = 10 * time.Second
s.WriteTimeout = 10 * time.Second
s.MaxHeaderBytes = 1 << 20
return s
From 6e4e5c0f9e38aa2de8ff01383d628cce35d8fd32 Mon Sep 17 00:00:00 2001
From: ipanghu
Date: Fri, 12 Nov 2021 16:16:15 +0800
Subject: [PATCH 3/4] =?UTF-8?q?Fix:=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5ech?=
=?UTF-8?q?arts=E5=9C=A8=E7=89=B9=E5=AE=9Anode=E7=89=88=E6=9C=AC=E4=B8=AD?=
=?UTF-8?q?=E6=8A=A5=E5=BC=95=E7=94=A8=E5=87=BA=E9=94=99=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
web/src/view/dashboard/dashbordCharts/echartsLine.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/view/dashboard/dashbordCharts/echartsLine.vue b/web/src/view/dashboard/dashbordCharts/echartsLine.vue
index 99270db8..6efb36d7 100644
--- a/web/src/view/dashboard/dashbordCharts/echartsLine.vue
+++ b/web/src/view/dashboard/dashbordCharts/echartsLine.vue
@@ -10,7 +10,7 @@