aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2020-05-05 11:03:32 -0400
committerPaul Selkirk <paul@psgd.org>2020-05-05 11:03:32 -0400
commit52f72e1e5dc5d3b646b54363f811ee2fd7958c19 (patch)
tree500d680567b5ca427925ec5eff8f9f8e49a8c094 /projects
parent042f99af11085a1979ca5b2670b11672ad934654 (diff)
Add more RPC tasks for better signing performance.
Diffstat (limited to 'projects')
-rw-r--r--projects/hsm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index a2b7c0d..7fd3ad6 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -12,7 +12,7 @@ OBJS = mgmt-cli.o \
log.o \
$(TOPLEVEL)/task.o
-CFLAGS += -DNUM_RPC_TASK=4
+CFLAGS += -DNUM_RPC_TASK=8
CFLAGS += -I$(LIBHAL_SRC)
CFLAGS += -I$(LIBCLI_SRC)