diff options
| author | megamage <none@none> | 2009-06-18 19:27:17 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-18 19:27:17 -0500 |
| commit | a49c2982ba975a4c5dba7b1bf6a31a7c54a13c1d (patch) | |
| tree | e7acd28b0fa53076221d335a9b033695f0abed2b /src/trinitycore | |
| parent | fd73be2f1e2aa134f3b26277281411de691db04a (diff) | |
| parent | 19225e8880b12bf3b72743ea253a94b52635a212 (diff) | |
*Merge.
*mtmap is disabled by default. To use it, define MULTI_THREAD_MAP in define.h
*mtmap support is not provided for windows users. Because there is no free openmp lib for windows. If you have openmp lib and want to use openmp, you need to manually change the setting.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/trinitycore/CMakeLists.txt b/src/trinitycore/CMakeLists.txt index f6b2b3a75b0..268b38f55a5 100644 --- a/src/trinitycore/CMakeLists.txt +++ b/src/trinitycore/CMakeLists.txt @@ -45,6 +45,7 @@ vmaps ZThread g3dlite readline +gomp ${SCRIPT_LIB} ${MYSQL_LIBRARIES} ${POSTGRE_LIBS} diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index bc6d907fbe0..4cb5ec233c1 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -188,6 +188,10 @@ EAIErrorLevel = 2 # Default: 1 (permit addon channel) # 0 (do not permit addon channel) # +# MapUpdate.Threads +# Number of threads to update maps. +# Default: 1 +# ################################################################################################################### UseProcessors = 0 @@ -214,6 +218,7 @@ LogDB.Opt.ClearInterval = 10 LogDB.Opt.ClearTime = 1209600 MaxCoreStuckTime = 0 AddonChannel = 1 +MapUpdate.Threads = 1 ################################################################################################################### # SERVER LOGGING |
