diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-05-19 21:17:12 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-05-19 21:17:15 -0400 |
commit | c1dbdcbe3edee8ecdf259ea77f26ae02338a0903 (patch) | |
tree | f4144fbe0220eb19dd2bf8f1aa3135275505ec95 /conf/packet.conf | |
parent | 2ff4db5f8a441f8c8b9f74dda010b605e6f50d67 (diff) | |
download | hercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.tar.gz hercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.tar.bz2 hercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.tar.xz hercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.zip |
Slight adjustments
Diffstat (limited to 'conf/packet.conf')
-rw-r--r-- | conf/packet.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/packet.conf b/conf/packet.conf index 3528d73bb..85996f4e3 100644 --- a/conf/packet.conf +++ b/conf/packet.conf @@ -1,11 +1,13 @@ -// Hercules Sockets Configuration file -// translated (davidsiaw) - +//===== Hercules Sockets Configuration ======================= +//= Hercules Sockets Configuration File +//===== Translated by: ======================================= +// Davidsiaw +//============================================================ // Display debug reports (When something goes wrong during the report, the report is saved.) debug: no -// How long can a socket stall before closing the connection (in seconds) +// How long can a socket stall before closing the connection (in seconds)? stall_time: 60 // Maximum allowed size for clients packets in bytes (default: 24576). |