fixed keepalive timeout

This commit is contained in:
Eugene Pankov
2021-07-28 20:45:32 +02:00
parent ab4bf45c10
commit c5dbccf807

View File

@@ -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,