This repository was archived by the owner on Jul 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit 34d9cda
committed
Make it possible to actually set concurrency
We were reading it from the top-level of config.json, but it's being
filtered out from the yaml and not being included, so we always have the
default of 2.
I'd like to try going to 1 to help investigate something else, and now
it will be possible.
Also, now that we're able to set this value, we need to make sure it's
not a string.1 parent 3d837bd commit 34d9cda
File tree
2 files changed
+13
-1
lines changed- lib/cc/engine/analyzers
- spec/cc/engine/analyzers
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | - | ||
25 | + | ||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
161 | 173 | | |
0 commit comments