aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-04-10 22:49:47 +0200
committerGitHub <noreply@github.com>2019-04-10 22:49:47 +0200
commit0559b604b2895c7c3c5d441c5f2cca13941e251a (patch)
tree962b8bf7985e9023910831849223d7d33c55ad41
parent4111f45411a2da646af5be2b731c9871737d75e4 (diff)
parentd2f9366b39a673301b44d817f0dbbf1c9cd8b21a (diff)
downloadnextcloud-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.php2
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