more net 4.0 parallelization

This commit is contained in:
Mark Sturgill 2013-10-11 03:58:28 -07:00
parent 0e31731d01
commit d2e02ecda4
5 changed files with 254 additions and 155 deletions

View file

@ -2475,7 +2475,7 @@ namespace Server.Network
PacketWriter.ReleaseInstance( m_Strings );
}
private const int GumpBufferSize = 0x4000;
private const int GumpBufferSize = 0x5000;
private static BufferPool m_PackBuffers = new BufferPool("Gump", 4, GumpBufferSize);
private void WritePacked( PacketWriter src )