Skip to content

Commit

Permalink
Update amqp-channel.ts
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
johanrhodin authored Oct 19, 2024
1 parent 3dbd42d commit 8bb39bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amqp-channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export class AMQPChannel {

/**
* Set prefetch limit.
* Recommended to set as each unacknowledge message will be store in memory of the client.
* Recommended to set as each unacknowledged message will be stored in memory of the client.
* The server won't deliver more messages than the limit until messages are acknowledged.
* @param prefetchCount - number of messages to limit to
* @param prefetchSize - number of bytes to limit to (not supported by RabbitMQ)
Expand Down

0 comments on commit 8bb39bf

Please sign in to comment.