aboutsummaryrefslogtreecommitdiff
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
parent042f99af11085a1979ca5b2670b11672ad934654 (diff)
Add more RPC tasks for better signing performance.
-rw-r--r--libraries/libhal/Makefile1
-rw-r--r--projects/hsm/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/libraries/libhal/Makefile b/libraries/libhal/Makefile
index d71956f..7f9bf62 100644
--- a/libraries/libhal/Makefile
+++ b/libraries/libhal/Makefile
@@ -2,5 +2,6 @@ vpath %.c ${LIBHAL_SRC}
vpath %.h ${LIBHAL_SRC}
CFLAGS += -Wno-missing-field-initializers -Wno-unused-parameter
+CFLAGS += -DHAL_STATIC_CLIENT_STATE_BLOCKS=25
include ${LIBHAL_SRC}/Makefile
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)