idle timer in shell shall be set a little bit longer
This commit is contained in:
parent
4afd80c508
commit
a2ba535760
|
@ -128,7 +128,7 @@ int vnodeInitShell() {
|
||||||
rpcInit.sessionsPerChann = 16;
|
rpcInit.sessionsPerChann = 16;
|
||||||
rpcInit.idMgmt = TAOS_ID_FREE;
|
rpcInit.idMgmt = TAOS_ID_FREE;
|
||||||
rpcInit.connType = TAOS_CONN_UDPS;
|
rpcInit.connType = TAOS_CONN_UDPS;
|
||||||
rpcInit.idleTime = tsShellActivityTimer * 1200;
|
rpcInit.idleTime = tsShellActivityTimer * 2000;
|
||||||
rpcInit.qhandle = rpcQhandle[0];
|
rpcInit.qhandle = rpcQhandle[0];
|
||||||
rpcInit.efp = vnodeSendVpeerCfgMsg;
|
rpcInit.efp = vnodeSendVpeerCfgMsg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue