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
Change the default AdaptiveRecvByteBufAllocator buffer size values' visibility to public (#14758)
Motivation:
Currently, the constants for default values of the buffer are
package-private.
Modification:
Introduce the ability to reference and reuse the default values for the
buffer size from other classes/projects.
Result:
Changing the three constants for the buffer default value to public
visibility.
0 commit comments