Skip to content

Commit

Permalink
Update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jintukumardas committed Dec 2, 2024
1 parent bdb15c9 commit 9a63262
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_multi_send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ const setupLruSender = (
headerOpts: {
sendHeaderVersion: 1,
},
payloadSizeLimitInBytes: limits.payloadSize || 2 * 1024 * 1024, // Default 2MB
headerSizeLimitInBytes: limits.headerSize || 2 * 1024, // Default 2KB
payloadOpts: {
payloadSizeLimitInBytes: limits.payloadSize || 2 * 1024 * 1024, // Default 2MB
headerSizeLimitInBytes: limits.headerSize || 2 * 1024, // Default 2KB
},
})
}

Expand Down

0 comments on commit 9a63262

Please sign in to comment.