aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bookmaker.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/bookmaker.py')
-rw-r--r--infra/bots/recipes/bookmaker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipes/bookmaker.py b/infra/bots/recipes/bookmaker.py
index 9e5ae36a9e..9d344001f9 100644
--- a/infra/bots/recipes/bookmaker.py
+++ b/infra/bots/recipes/bookmaker.py
@@ -83,6 +83,7 @@ def RunSteps(api):
cmd = [fiddlecli_binary,
'--input', fiddlecli_input,
'--output', fiddlecli_output,
+ '--procs', 10, # Number of concurrent requests.
'--logtostderr',
'--force',
]