Skip to content

Commit edc7627

Browse files
author
Julien Jacottet
committed
Disable SSH timeout
1 parent 101ce38 commit edc7627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Automate/Session.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Session
1919
public function __construct(SSH2 $ssh)
2020
{
2121
$this->ssh = $ssh;
22+
$this->ssh->setTimeout(0);
2223
}
2324

2425
/**

0 commit comments

Comments
 (0)