Skip to content

Commit

Permalink
[FAB-17165] Reduce pvtdata pull-retry threshold to 3s in IT core_temp…
Browse files Browse the repository at this point in the history
…late

Signed-off-by: Danny Cao <dcao@us.ibm.com>
  • Loading branch information
caod123 committed Dec 3, 2019
1 parent f2dbb66 commit fc0a9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/nwo/core_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ peer:
leaderAliveThreshold: 10s
leaderElectionDuration: 5s
pvtData:
pullRetryThreshold: 60s
pullRetryThreshold: 3s
transientstoreMaxBlockRetention: 1000
pushAckTimeout: 3s
btlPullMargin: 10
Expand Down

0 comments on commit fc0a9e9

Please sign in to comment.