From 0234b1381721e960f79f1523fb5e99c3235131ad Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Thu, 22 Oct 2020 14:43:26 +0200 Subject: [PATCH] Specify unit for `process-timeout` config in docs --- doc/06-config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/06-config.md b/doc/06-config.md index 00c7a5d57..12159b1dc 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -5,7 +5,8 @@ This chapter will describe the `config` section of the `composer.json` ## process-timeout -Defaults to `300`. The duration processes like git clones can run before +The timeout in seconds for process executions, defaults to 300 (5mins). +The duration processes like git clones can run before Composer assumes they died out. You may need to make this higher if you have a slow connection or huge vendors.