diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index f27de84ec..5d47c0a1c 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -94,7 +94,7 @@ #include <ws2tcpip.h> #endif -static constexpr unsigned DEFAULT_BUFFER_SIZE = 2048; +static constexpr unsigned DEFAULT_BUFFER_SIZE = 4096; static constexpr unsigned DEFAULT_BUFFER_BEFORE_PLAY = 10; static constexpr Domain main_domain("main"); |