4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 20:56:36 +00:00

Remove process idle timeout for long-running CLI processes.

This commit is contained in:
Buster Neece 2022-12-14 15:09:18 -06:00
parent f0907e9d3f
commit e0cc6e6f25
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E

View File

@ -25,7 +25,7 @@ trait PassThruProcess
}
$process->setTimeout($timeout - 60);
$process->setIdleTimeout(3600);
$process->setIdleTimeout(null);
$stdout = [];
$stderr = [];