mirror of
https://github.com/team-ide/teamide.git
synced 2026-04-28 03:55:49 +03:00
[GH-ISSUE #123] ssh连接超时时间可配置自动心跳或者配置超时时间 #26
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/teamide-team-ide#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ixxxk on GitHub (Sep 16, 2023).
Original GitHub issue: https://github.com/team-ide/teamide/issues/123
1、设置中配置是否自动心跳,配置自动心跳时间
2、配置中可手动配置中断操作时间
提此issue的原因如下:
现在只有固定1分钟未操作即中断会话,很多时候会影响到现有操作,如回头看了一眼东西,或者寻找一些命令和解决方案再操作,却发现已中断操作,并且重新连接又回到root下了,而非当前目录,体验不好。
@team-ide commented on GitHub (Oct 24, 2023):
可以看下
2.4.3版本是否能满足需求,建议修改服务端 TMOUT 来解决超时问题,毕竟发送自定义字符容易打乱命令@ixxxk commented on GitHub (Nov 1, 2023):
感谢作者大大,有求必应的感觉真好。