probably not a bug - realm submission counts
Posted: Wed Apr 17, 2013 10:46 am
I have been looking at the server submission page http://www.warcraftrealms.com/server_submissions.php
For the last few months I have been submitting daily updates on between 30 to 50 realm/faction combos. But I never see the counts on those realm/factions go above 10-15. The core 30 realm/factions I have been running census on should be up closer to 20-25 or higher.
Just what triggers the count increase on this page for a realm/faction?
It is possible I've added a bug to the addon that might be incorrectly marking update counts for the site.
edit: I rechecked past forum entries.. see that each census run should be tracked as one submission.. but that doesn't appear to be happening.
I also see Rollie had past problems with this area.
edit 2: unfortunately we have no control on how Blizzard writes data out to disk when the active character exits the realm.
The data that should be triggering the counter is stored in the "TimesPlus" which is written out in some unknown random order apparently.
Doing a purge or serverprune deletes the census data, but does not delete the TimesPlus table so a player can ruthlessly cut back his database using the options available in game and yet still have a large and growing file. The only way to actually cut back to zero is to delete the censusplus.lua file that contains the data. I did that just before the beginning of the month so I don't have a 30 period of data to look at locally.
When not just smashing my way through realm census runs (1 run then change realm/faction), I have my census timer set to 600 seconds and I do have some census runs that finish within the 15 minute file criteria that Rollie had in place for submissions.. I wonder if that might be a problem for my submissions?
For the last few months I have been submitting daily updates on between 30 to 50 realm/faction combos. But I never see the counts on those realm/factions go above 10-15. The core 30 realm/factions I have been running census on should be up closer to 20-25 or higher.
Just what triggers the count increase on this page for a realm/faction?
It is possible I've added a bug to the addon that might be incorrectly marking update counts for the site.
edit: I rechecked past forum entries.. see that each census run should be tracked as one submission.. but that doesn't appear to be happening.
I also see Rollie had past problems with this area.
edit 2: unfortunately we have no control on how Blizzard writes data out to disk when the active character exits the realm.
The data that should be triggering the counter is stored in the "TimesPlus" which is written out in some unknown random order apparently.
Doing a purge or serverprune deletes the census data, but does not delete the TimesPlus table so a player can ruthlessly cut back his database using the options available in game and yet still have a large and growing file. The only way to actually cut back to zero is to delete the censusplus.lua file that contains the data. I did that just before the beginning of the month so I don't have a 30 period of data to look at locally.
When not just smashing my way through realm census runs (1 run then change realm/faction), I have my census timer set to 600 seconds and I do have some census runs that finish within the 15 minute file criteria that Rollie had in place for submissions.. I wonder if that might be a problem for my submissions?