[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_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_ITEMS_PER_CYCLE_NORMAL , "AuctionHouseBot.ItemsPerCycle.Normal" , 20);
setConfig(CONFIG_UINT32_AHBOT_ITEM_MIN_ITEM_LEVEL , "AuctionHouseBot.Items.ItemLevel.Min" , 0); setConfig(CONFIG_UINT32_AHBOT_ITEM_MIN_ITEM_LEVEL , "AuctionHouseBot.Items.ItemLevel.Min" , 0);

View file

@ -63,7 +63,7 @@ ConfVersion=2010102201
# AuctionHouseBot.ItemsPerCycle.Boost # AuctionHouseBot.ItemsPerCycle.Boost
# This value is used to fill DB faster than normal when there is more than this value missed items. # 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. # Normaly this value is used only first start of the server with empty auction table.
# Default 1000 # Default 75
# #
# AuctionHouseBot.ItemsPerCycle.Normal # AuctionHouseBot.ItemsPerCycle.Normal
# This value is used to fill DB normal way with less cpu/db using. # 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.Bind.Quest = 0
AuctionHouseBot.LockBox.Enabled = 0 AuctionHouseBot.LockBox.Enabled = 0
AuctionHouseBot.ItemsPerCycle.Boost = 1000 AuctionHouseBot.ItemsPerCycle.Boost = 75
AuctionHouseBot.ItemsPerCycle.Normal = 20 AuctionHouseBot.ItemsPerCycle.Normal = 20
AuctionHouseBot.BuyPrice.Seller = 1 AuctionHouseBot.BuyPrice.Seller = 1
AuctionHouseBot.Alliance.Price.Ratio = 200 AuctionHouseBot.Alliance.Price.Ratio = 200

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11744" #define REVISION_NR "11745"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__