summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorlordttseven <lordttseven@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-19 10:21:16 +0000
committerlordttseven <lordttseven@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-19 10:21:16 +0000
commit618b748f152408b5758a528c69136ec9bde5f907 (patch)
tree4796803795d8e9faa506c59e1166899784803cd3 /conf
parenteb093bdeab2bf06125d7560af3a9ff72b29977c8 (diff)
downloadhercules-618b748f152408b5758a528c69136ec9bde5f907.tar.gz
hercules-618b748f152408b5758a528c69136ec9bde5f907.tar.bz2
hercules-618b748f152408b5758a528c69136ec9bde5f907.tar.xz
hercules-618b748f152408b5758a528c69136ec9bde5f907.zip
- reverted part of r15609 since apparently the issue is purely limited to ZC_SKILLINFO_LIST, and this change breaks big storages
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15613 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r--conf/packet_athena.conf7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/packet_athena.conf b/conf/packet_athena.conf
index e1ce86a46..0741ac013 100644
--- a/conf/packet_athena.conf
+++ b/conf/packet_athena.conf
@@ -8,13 +8,12 @@ debug: no
// How long can a socket stall before closing the connection (in seconds)
stall_time: 60
-// Maximum allowed size for clients packets in bytes (default: 8192).
+// Maximum allowed size for clients packets in bytes (default: 24576).
// NOTE: To reduce the size of reported packets, lower the values of defines, which
// have been customized, such as MAX_STORAGE, MAX_GUILD_STORAGE or MAX_CART.
// NOTE: Do not modify this setting, unless the client has been modified to support
-// larger packets. The client will crash, when it receives larger packets,
-// or worse, show undefined behavior.
-socket_max_client_packet: 8192
+// larger packets. The client will crash, when it receives larger packets.
+socket_max_client_packet: 24576
//----- IP Rules Settings -----