Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change default session_idle_timeout_secs #3305

Closed
HarrisChu opened this issue Nov 11, 2021 · 1 comment · Fixed by #3357
Closed

change default session_idle_timeout_secs #3305

HarrisChu opened this issue Nov 11, 2021 · 1 comment · Fixed by #3357
Assignees
Labels
type/enhancement Type: make the code neat or more efficient
Milestone

Comments

@HarrisChu
Copy link
Contributor

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?

@HarrisChu HarrisChu added the type/enhancement Type: make the code neat or more efficient label Nov 11, 2021
@HarrisChu
Copy link
Contributor Author

BTW:
wait_timeout in mysql is 28800 by default, it means 8 hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants