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
feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel (AutoMQ#1941)
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
* feat(s3stream): support limit write bandwidth for WALBlockDeviceChannel
publicstaticfinalStringS3_WAL_PATH_DOC = "The local WAL path for AutoMQ can be set to a block device path such as 0@file:///dev/xxx?iops=3000&iodepth=8 or a filesystem file path." +
56
+
publicstaticfinalStringS3_WAL_PATH_DOC = "The local WAL path for AutoMQ can be set to a block device path such as 0@file:///dev/xxx?iops=3000&iodepth=8&iobandwidth=157286400 or a filesystem file path." +
57
57
"It is recommended to use a block device for better write performance.";
0 commit comments