mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-25 00:53:02 +00:00
Merge pull request #36 from ABRaquel/lancache-autofill-a1
Increased idle timeout from 60 to 600 to avoid mid download interruptions
This commit is contained in:
commit
e45fccaf84
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class SteamCmd
|
|||
*
|
||||
* @return Process
|
||||
*/
|
||||
public function run($timeout = 14400, $idleTimeout = 60)
|
||||
public function run($timeout = 14400, $idleTimeout = 600)
|
||||
{
|
||||
// Always quit when finished
|
||||
$this->addArgument('quit');
|
||||
|
|
Loading…
Reference in a new issue