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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user