From b4afdb44e8433fe5f27e819b966656cfd7a963e1 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Wed, 14 Dec 2011 09:38:58 -0600 Subject: [PATCH] adjusts payload size reserve settings --- src/messages/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/data.hpp b/src/messages/data.hpp index 92ee4858cc..beb9bcba20 100644 --- a/src/messages/data.hpp +++ b/src/messages/data.hpp @@ -123,7 +123,7 @@ public: m_masking_index = (key == 0 ? -1 : 0); } private: - static const uint64_t PAYLOAD_SIZE_INIT = 1000000; // 1MB + static const uint64_t PAYLOAD_SIZE_INIT = 1000; // 1KB static const uint64_t PAYLOAD_SIZE_MAX = 100000000;// 100MB // Message state