mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-06 00:21:52 +00:00
fixed keepalive timeout
This commit is contained in:
@@ -21,7 +21,7 @@ export class SSHProfilesService extends ProfileProvider<SSHProfile> {
|
||||
auth: null,
|
||||
password: null,
|
||||
privateKeys: [],
|
||||
keepaliveInterval: 5,
|
||||
keepaliveInterval: 5000,
|
||||
keepaliveCountMax: 10,
|
||||
readyTimeout: null,
|
||||
x11: false,
|
||||
|
Reference in New Issue
Block a user