mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11745] Use less CPU/HDD loading value for AuctionHouseBot.ItemsPerCycle.Boost
Update it in your habot.conf version if you have haby load at mangosd startup time from ahbot activity Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d1d4973f95
commit
8606dcc25f
3 changed files with 4 additions and 4 deletions
|
|
@ -321,7 +321,7 @@ void AuctionBotConfig::GetConfigFromFile()
|
|||
|
||||
setConfig(CONFIG_BOOL_AHBOT_BUYPRICE_SELLER , "AuctionHouseBot.BuyPrice.Seller" , true);
|
||||
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEMS_PER_CYCLE_BOOST , "AuctionHouseBot.ItemsPerCycle.Boost" , 1000);
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEMS_PER_CYCLE_BOOST , "AuctionHouseBot.ItemsPerCycle.Boost" , 75);
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEMS_PER_CYCLE_NORMAL , "AuctionHouseBot.ItemsPerCycle.Normal" , 20);
|
||||
|
||||
setConfig(CONFIG_UINT32_AHBOT_ITEM_MIN_ITEM_LEVEL , "AuctionHouseBot.Items.ItemLevel.Min" , 0);
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ ConfVersion=2010102201
|
|||
# AuctionHouseBot.ItemsPerCycle.Boost
|
||||
# This value is used to fill DB faster than normal when there is more than this value missed items.
|
||||
# Normaly this value is used only first start of the server with empty auction table.
|
||||
# Default 1000
|
||||
# Default 75
|
||||
#
|
||||
# AuctionHouseBot.ItemsPerCycle.Normal
|
||||
# This value is used to fill DB normal way with less cpu/db using.
|
||||
|
|
@ -172,7 +172,7 @@ AuctionHouseBot.Bind.Use = 1
|
|||
AuctionHouseBot.Bind.Quest = 0
|
||||
AuctionHouseBot.LockBox.Enabled = 0
|
||||
|
||||
AuctionHouseBot.ItemsPerCycle.Boost = 1000
|
||||
AuctionHouseBot.ItemsPerCycle.Boost = 75
|
||||
AuctionHouseBot.ItemsPerCycle.Normal = 20
|
||||
AuctionHouseBot.BuyPrice.Seller = 1
|
||||
AuctionHouseBot.Alliance.Price.Ratio = 200
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11744"
|
||||
#define REVISION_NR "11745"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue