Skip to content

Commit

Permalink
Performance improvement: Increase MSP cache size
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Filios <[email protected]>
  • Loading branch information
alexandrosfilios committed Jan 15, 2025
1 parent f292c7f commit e458304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nwo/fabric/topology/core_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ fabric:
{{ FabricName }}:
default: {{ DefaultNetwork }}
driver: {{ Driver }}
mspCacheSize: 3
mspCacheSize: 500
defaultMSP: {{ Peer.DefaultIdentity }}
msps: {{ range Peer.Identities }}
- id: {{ .ID }}
Expand Down

0 comments on commit e458304

Please sign in to comment.