idle timer in shell shall be set a little bit longer

This commit is contained in:
Jeff Tao 2019-10-31 19:06:50 +08:00
parent 4afd80c508
commit a2ba535760
1 changed files with 1 additions and 1 deletions

View File

@ -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;