1
0
Fork 0

[docs] Correct default process timeout

pull/626/head
Igor Wiedler 2012-04-26 18:59:09 +02:00
parent 1d3fd25cf2
commit bca2ab7836
1 changed files with 1 additions and 1 deletions

View File

@ -223,6 +223,6 @@ By default it points to `/home/<user>/.composer` on *nix,
### COMPOSER_PROCESS_TIMEOUT
This env var controls the time composer waits for commands (such as git
commands) to finish executing. The default value is 60 seconds.
commands) to finish executing. The default value is 300 seconds (5 minutes).
&larr; [Libraries](02-libraries.md) | [Schema](04-schema.md) &rarr;