From 3eba7d985d31ad61a6b135b8e1118a2939224d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Sun, 28 Feb 2021 20:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 1e5d415..8787697 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( var ( PageSize uint = 10 - VisitorPageSize uint = 10 + VisitorPageSize uint = 8 Version = "0.1.2" GoflyConfig *Config )