diff options
author | shennetsind <ind@henn.et> | 2013-07-05 19:20:08 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-05 19:59:12 -0300 |
commit | dc85ce04b774af63fd9d13d9757feb91d56c1b81 (patch) | |
tree | a7d01a4352d615b7cdc128ad030963b4db180f30 /src/config | |
parent | 0118a097c9626b3f8342dd29897392f3da4c1187 (diff) | |
parent | 3fd6437cc84cbb87f27bd43f990d468623a2a49e (diff) | |
download | hercules-dc85ce04b774af63fd9d13d9757feb91d56c1b81.tar.gz hercules-dc85ce04b774af63fd9d13d9757feb91d56c1b81.tar.bz2 hercules-dc85ce04b774af63fd9d13d9757feb91d56c1b81.tar.xz hercules-dc85ce04b774af63fd9d13d9757feb91d56c1b81.zip |
HCache | Item Packages Update
http://hercules.ws/board/topic/1389-hcache-item-packages-update/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/core.h b/src/config/core.h index bec6cb507..b5ad1b794 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -61,6 +61,9 @@ /// By enabling it, the system will create an unique id for each new non stackable item created //#define NSI_UNIQUE_ID +/// Uncomment to enable real-time server stats (in and out data and ram usage). [Ai4rei] +//#define SHOW_SERVER_STATS + /** * No settings past this point **/ |