Skip to content

Commit

Permalink
squash! - endorseTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
petermetz committed Jul 13, 2021
1 parent d4adf73 commit 4ad9e1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ export class PluginLedgerConnectorFabric

const eventHandlerOptions: DefaultEventHandlerOptions = {
commitTimeout: this.opts.eventHandlerOptions?.commitTimeout || 300,
endorseTimeout: 300,
};
if (eho?.strategy) {
eventHandlerOptions.strategy =
Expand Down

0 comments on commit 4ad9e1f

Please sign in to comment.