Increased socket size to fix fs chunking

This commit is contained in:
Niklas Jensen
2026-01-15 19:25:37 +01:00
committed by Rune Harlyk
parent 26c187a480
commit 4fa3939209
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include <functional>
#include <map>
#define PROTO_BUFFER_SIZE 512
#define PROTO_BUFFER_SIZE 2048 // Increased for chunked file transfer responses
template <typename T>
struct MessageTraits;