From 7e770841d15f4b006ac946c496f2b04d7749c4be Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Tue, 28 May 2019 09:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=91=E7=9C=A01=E7=A7=92=E5=90=8E=E9=80=80?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/main.cpp b/server/main.cpp index f0e3094a..807c6b3f 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -291,9 +291,9 @@ int main(int argc,char *argv[]) { } unInstallWebApi(); unInstallWebHook(); - //休眠3秒再退出,防止资源释放顺序错误 + //休眠1秒再退出,防止资源释放顺序错误 InfoL << "程序退出中,请等待..."; - sleep(3); + sleep(1); InfoL << "程序退出完毕!"; return 0; }