summaryrefslogtreecommitdiff
path: root/buildstream/data
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-21 19:47:37 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-05-21 19:47:37 +0900
commit98141e897fb336ee7883a1e28b7f77b990965ec0 (patch)
tree029890b684c6dc8990a4a0db598c63678a2d1412 /buildstream/data
parent09507e3732331ba838489575ea838470966e92f1 (diff)
downloadbuildstream-98141e897fb336ee7883a1e28b7f77b990965ec0.tar.gz
default user configuration: Bump maximum fetch tasks up to 10
These tasks mostly just block on network activity and dont cause the host to slow down, 10 open connections is not a huge workload so let's default this to 10 instead of 4, things go much quicker this way.
Diffstat (limited to 'buildstream/data')
-rw-r--r--buildstream/data/userconfig.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index 331f07c74..252521520 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -28,7 +28,7 @@ logdir: ${XDG_CACHE_HOME}/buildstream/logs
scheduler:
# Maximum number of simultaneous source downloading tasks.
- fetchers: 4
+ fetchers: 10
# Maximum number of simultaneous build tasks.
builders: 4