[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:
Pyromaniac 2011-07-19 07:14:14 +04:00 committed by VladimirMangos
parent d1d4973f95
commit 8606dcc25f
3 changed files with 4 additions and 4 deletions

View file

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