Skip to content

Commit

Permalink
add default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
McSick committed Feb 28, 2024
1 parent 5720402 commit 7e90336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/node/instrumentation-amqplib/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface AmqplibInstrumentationConfig extends InstrumentationConfig {

export const DEFAULT_CONFIG: AmqplibInstrumentationConfig = {
consumeTimeoutMs: 1000 * 60, // 1 minute
useLinksForConsume: false,
};

// The following types are vendored from `@types/amqplib@0.10.1` - commit SHA: 4205e03127692a40b4871709a7134fe4e2ed5510
Expand Down

0 comments on commit 7e90336

Please sign in to comment.