소스 검색

Add process-timeout docs

Jordi Boggiano 13 년 전
부모
커밋
f101ec16f6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      doc/04-schema.md

+ 3 - 0
doc/04-schema.md

@@ -321,6 +321,9 @@ The following options are supported:
   different directory if you want to.
 * **bin-dir:** Defaults to `vendor/bin`. If a project includes binaries, they
   will be symlinked into this directory.
+* **process-timeout:** Defaults to `60`. 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.
 
 Example: