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:
ilumos 2020-04-25 19:32:59 +01:00 committed by GitHub
commit e45fccaf84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');