mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-18 22:24:37 +01:00
new: custom timeout
This commit is contained in:
@@ -326,6 +326,7 @@ class _SSHPageState extends State<SSHPage> {
|
||||
return _write('Sending password to auth...');
|
||||
}
|
||||
},
|
||||
timeout: _setting.timeoutD,
|
||||
);
|
||||
_write('Connected\r\n');
|
||||
_write('Terminal size: ${_terminal.viewWidth}x${_terminal.viewHeight}\r\n');
|
||||
|
||||
Reference in New Issue
Block a user