Browse Source
Run less phan processes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/15027/head
Roeland Jago Douma
7 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
1 additions and
1 deletions
-
build/.phan/config.php
|
|
|
@ -128,7 +128,7 @@ return [ |
|
|
|
|
|
|
|
// The number of processes to fork off during the analysis
|
|
|
|
// phase.
|
|
|
|
'processes' => 10, |
|
|
|
'processes' => 5, |
|
|
|
|
|
|
|
// Backwards Compatibility Checking. This is slow
|
|
|
|
// and expensive, but you should consider running
|
|
|
|
|