From 64606159236a48b2e60e892efaeff61ffc7aadb8 Mon Sep 17 00:00:00 2001 From: 1computer1 Date: Mon, 20 May 2019 20:03:34 -0400 Subject: [PATCH] Default parallel config option to false --- config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 2f78c3d..3ec0007 100644 --- a/config.example.json +++ b/config.example.json @@ -12,6 +12,6 @@ "cpus": "0.25", "timeout": 10000, "prepare": false, - "parallel": true, + "parallel": false, "concurrent": 10 }