Browse Source

Run less phan processes

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/15027/head
Roeland Jago Douma 7 years ago
parent
commit
d2f9366b39
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 2
      build/.phan/config.php

2
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

Loading…
Cancel
Save