diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-04-10 22:49:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 22:49:47 +0200 |
commit | 0559b604b2895c7c3c5d441c5f2cca13941e251a (patch) | |
tree | 962b8bf7985e9023910831849223d7d33c55ad41 | |
parent | 4111f45411a2da646af5be2b731c9871737d75e4 (diff) | |
parent | d2f9366b39a673301b44d817f0dbbf1c9cd8b21a (diff) | |
download | nextcloud-server-0559b604b2895c7c3c5d441c5f2cca13941e251a.tar.gz nextcloud-server-0559b604b2895c7c3c5d441c5f2cca13941e251a.zip |
Merge pull request #15027 from nextcloud/enh/less-phan-processes
Run less phan processes
-rw-r--r-- | build/.phan/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/.phan/config.php b/build/.phan/config.php index dc914883f01..159011af3b2 100644 --- a/build/.phan/config.php +++ b/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 |