summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-06-23 04:32:43 +0200
committerDennis Friis <peavey@inspircd.org>2009-06-25 01:13:20 +0200
commit74a081257cf39ad1d290b5b5bfee559b1fcb9b07 (patch)
treefe482dd406cdcbe5e96a8abc1e1290030d139496 /src/common
parent5340f4943a444276690d4334653fedcf65e90844 (diff)
downloadtmwa-74a081257cf39ad1d290b5b5bfee559b1fcb9b07.tar.gz
tmwa-74a081257cf39ad1d290b5b5bfee559b1fcb9b07.tar.bz2
tmwa-74a081257cf39ad1d290b5b5bfee559b1fcb9b07.tar.xz
tmwa-74a081257cf39ad1d290b5b5bfee559b1fcb9b07.zip
Incremented the inter-server fifo size to 256*1024, patch from ea stable.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 40904d7..e958f81 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -13,7 +13,7 @@
#define RETCODE "\n" // (LFFUnixŒnj
#endif
-#define FIFOSIZE_SERVERLINK 128*1024
+#define FIFOSIZE_SERVERLINK 256*1024
// set to 0 to not check IP of player between each server.
// set to another value if you want to check (1)