|
@@ -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 -----
|
|
|
|