From a2ba53576001951d55074ff0fab742db06b48f18 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Thu, 31 Oct 2019 19:06:50 +0800 Subject: [PATCH] idle timer in shell shall be set a little bit longer --- src/system/src/vnodeShell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/src/vnodeShell.c b/src/system/src/vnodeShell.c index 245da169ed..c87c504dcb 100644 --- a/src/system/src/vnodeShell.c +++ b/src/system/src/vnodeShell.c @@ -128,7 +128,7 @@ int vnodeInitShell() { rpcInit.sessionsPerChann = 16; rpcInit.idMgmt = TAOS_ID_FREE; rpcInit.connType = TAOS_CONN_UDPS; - rpcInit.idleTime = tsShellActivityTimer * 1200; + rpcInit.idleTime = tsShellActivityTimer * 2000; rpcInit.qhandle = rpcQhandle[0]; rpcInit.efp = vnodeSendVpeerCfgMsg; -- GitLab