You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refer https://discuss.nebula-graph.com.cn/t/topic/6429/17
Currently, session_idle_timeout_secs is 0 by default, It means no expiration.
If user doesn't release the session, and then it would be a lot of sessions in graphd, and may report to meta with useless sessions.
Suggest change the default value with 30min or 1hour?
The text was updated successfully, but these errors were encountered:
refer https://discuss.nebula-graph.com.cn/t/topic/6429/17
Currently, session_idle_timeout_secs is 0 by default, It means no expiration.
If user doesn't release the session, and then it would be a lot of sessions in graphd, and may report to meta with useless sessions.
Suggest change the default value with 30min or 1hour?
The text was updated successfully, but these errors were encountered: