diff options
author | Paul Selkirk <paul@psgd.org> | 2020-05-05 11:03:32 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-05-05 11:03:32 -0400 |
commit | 52f72e1e5dc5d3b646b54363f811ee2fd7958c19 (patch) | |
tree | 500d680567b5ca427925ec5eff8f9f8e49a8c094 /projects/hsm/Makefile | |
parent | 042f99af11085a1979ca5b2670b11672ad934654 (diff) |
Add more RPC tasks for better signing performance.
Diffstat (limited to 'projects/hsm/Makefile')
-rw-r--r-- | projects/hsm/Makefile | 2 |
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) |