Skip to content

Commit 7407962

Browse files
feat: decrease max buffer size
1 parent c3b4954 commit 7407962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants/network_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
namespace Constants {
44

55
inline constexpr int PORT = 8080;
6-
inline constexpr int MAX_BUFFER_SIZE = 1024;
6+
inline constexpr int MAX_BUFFER_SIZE = 16; // Modify based on needs.
77

88
} // namespace Constants

0 commit comments

Comments
 (0)