mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-23 10:32:29 +03:00
disable multiplexing by default
This commit is contained in:
parent
e024390028
commit
ff55d3d1ef
@ -39,7 +39,7 @@ export class SSHProfilesService extends ProfileProvider<SSHProfile> {
|
|||||||
scripts: [],
|
scripts: [],
|
||||||
socksProxyHost: null,
|
socksProxyHost: null,
|
||||||
socksProxyPort: null,
|
socksProxyPort: null,
|
||||||
reuseSession: true,
|
reuseSession: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user