netudima commented on code in PR #3655:
URL: https://github.com/apache/cassandra/pull/3655#discussion_r1858950212
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -269,6 +269,8 @@ public MemtableOptions()
public int native_transport_max_threads = 128;
@Replaces(oldName = "native_transport_max_frame_size_in_mb", converter =
Converters.MEBIBYTES_DATA_STORAGE_INT, deprecated = true)
public DataStorageSpec.IntMebibytesBound native_transport_max_frame_size =
new DataStorageSpec.IntMebibytesBound("16MiB");
+ public volatile DataStorageSpec.LongBytesBound
native_transport_max_message_size = null;
+ public volatile DataStorageSpec.LongBytesBound
native_transport_max_auth_message_size = new
DataStorageSpec.LongBytesBound("128KiB");
Review Comment:
yes, I think it is a good idea, I will apply it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]