diff --git a/source/glest_game/network/network_message.h b/source/glest_game/network/network_message.h index 15685761..bb8d6468 100644 --- a/source/glest_game/network/network_message.h +++ b/source/glest_game/network/network_message.h @@ -346,7 +346,7 @@ private: static const int maxStringSize= 255; static const int maxFileCRCCount= 1500; -static const int maxFileCRCPacketCount= 100; +static const int maxFileCRCPacketCount= 25; private: @@ -418,7 +418,7 @@ private: static const int maxStringSize= 255; static const int maxFileCRCCount= 1500; -static const int maxFileCRCPacketCount= 100; +static const int maxFileCRCPacketCount= 25; private: