ChugR commented on a change in pull request #1108:
URL: https://github.com/apache/qpid-dispatch/pull/1108#discussion_r608844613
##########
File path: src/buffer.c
##########
@@ -24,8 +24,8 @@
#include <stdint.h>
#include <string.h>
-
-size_t BUFFER_SIZE = 512;
+// BUFFER_SIZE is set to 4k
Review comment:
"size_t BUFFER_SIZE = 4096;"
stands pretty well on its own and does not need a comment.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]