-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: High Server Time Diff #115
Comments
Hi there. Your setup is too greedy for the server resources probably. You are asking the bot to put up to 10k items in the AH and do this in batch of 10k attempts every minute or so. If you want a big AH you can keep the I would advise tuning For a value set to 250, this means filling the market in around 40 minutes. |
I was under the impression the mod was posting 10k new items when they expired, essentially refreshing all of the postings. If it is updating every minute, it might be a good idea to add for the comment in the config for itemspercycle to specify this is how many items are posted every minute. I adjusted my config and will post an update after it's been through a few hours of posting items. |
Making the adjustment recommended did resolve the issue. Can we add the following comment for
|
Current Behaviour
Using the latest version of the mod is resulting in high server time diff:
Update time diff: 3194ms with 1 players online
Last 500 diffs summary:
|- Mean: 11ms
|- Median: 2ms
|- Percentiles (95, 99, max): 15ms, 16ms, 3194ms
Expected Behaviour
Time diff should be ~50 of less for maximum.
Can eliminate the issue by disabling seller on the module.
Steps to reproduce the problem
mod_ahbot.conf.txt
Extra Notes
Have tried adjusting the maximum items to lower amounts, but am still seeing high time diff. Have also increased MySQL cache size to try and compensate.
AC rev. hash/commit
USAGE: .server ...
Possible subcommands:
|- server corpses
|- server debug
|- server exit
|- server idlerestart ...
|- server idleshutdown ...
|- server info
|- server motd
|- server restart ...
|- server set ...
|- server shutdown ...
AC> .server debug
AzerothCore rev. 3ef1a4a22a82 2024-10-14 20:42:04 -0400 (master branch) (Win64, RelWithDebInfo, Static)
Connected players: 1. Characters in world: 1.
Connection peak: 1.
Server uptime: 7 minute(s) 3 second(s)
Update time diff: 2ms. Last 500 diffs summary:
|- Mean: 5ms
|- Median: 2ms
|- Percentiles (95, 99, max): 16ms, 19ms, 23ms
Using SSL version: OpenSSL 3.0.11 19 Sep 2023 (library: OpenSSL 3.0.11 19 Sep 2023)
Using Boost version: 1.81.0
Using CMake version: 3.27.7
Using MySQL version: 80034
Found MySQL Executable: C:/Program Files/MySQL/MySQL Server 8.0/bin/mysql.exe
Compiled on: Windows 10.0.20348
Worldserver listening connections on port %hu
Realmlist (Realm Id: 1) configured in port 8085
VMAPs status: Enabled. LineOfSight: true, getHeight: true, indoorCheck: true
MMAPs status: Enabled
maps directory located in C:/Build/bin/RelWithDebInfo/Data/maps. Total size: 291014951 bytes
vmaps directory located in C:/Build/bin/RelWithDebInfo/Data/vmaps. Total size: 658130721 bytes
mmaps directory located in C:/Build/bin/RelWithDebInfo/Data/mmaps. Total size: 2192910844 bytes
Default DBC locale: enUS.
All available DBC locales: enUS
Using World DB: ACDB 335.12-dev
Latest LoginDatabase update: 2024_01_20_00.sql
Latest CharacterDatabase update: mod_solo_craft.sql
Latest WorldDatabase update: z_filter_disabled_and_trash.sql
LoginDatabase queue size: 0
CharacterDatabase queue size: 0
WorldDatabase queue size: 0
List of enabled modules:
|- mod-ah-bot
|- mod-solo-lfg
|- mod-solocraft
|- mod-weekendbonus
Operating system
Windows Server 2022
Custom changes or Modules
mod-ah-bot
mod-solo-lfg
mod-solocraft
mod-weekendbonus
The text was updated successfully, but these errors were encountered: