You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/4.1.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ We recommend using the default server value of `131072`: do not override the `fr
49
49
key in `rabbitmq.conf` and do not set it in the application code.
50
50
51
51
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
52
-
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/pull/787)
52
+
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md#v0107)
53
53
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
54
54
55
55
@@ -165,7 +165,7 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
165
165
key in `rabbitmq.conf` and do not set it in the application code.
166
166
167
167
[`amqplib`](https://github.com/amqp-node/amqplib/) is a popular client library that has been using
168
-
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/pull/787)
168
+
a low `frame_max` default of `4096`. Its users must [upgrade to a compatible version](https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md#v0107)
169
169
(starting with `0.10.7`) or explicitly use a higher `frame_max`.
0 commit comments