1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Optimize much of the database code and serialize code.

This commit is contained in:
Adam
2012-12-13 06:12:56 -05:00
parent 76ba147c22
commit c1077faa28
60 changed files with 1203 additions and 1057 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
class CoreExport SocketEngine
{
static const int DefaultSize = 8; // Uplink, DNS, Signal handlers, Mode stacker
static const int DefaultSize = 2; // Uplink, mode stacker
public:
/* Map of sockets */
static std::map<int, Socket *> Sockets;