Re: KGS Games Question
Posted: Fri Apr 19, 2013 11:17 am
I think it works like with all other such jobs:
1. The rule is account expires after 180 days (or 6 months or whatever)
2. The cron task runs every so often and deletes expired accounts
Now, if the cron happens to run exactly on the 180th day after last account access, this is when it gets deleted. But more likely, these two dates do not coincide, so it might always take a few more days before the account is actually deleted. For example - if the cron runs every 2 weeks, it might take anywhere between 0-14 days after the 180 day period that the account gets deleted. What's more, the amount of extra days is more likely different each time, as you can imagine.
Anyways - 'account sniping' is such a very minor part of what a Go server is that I am surprised people even make an issue out of it. Man, I am surprised people actually do it. Just pick a nice name, and stick to it... The only reasonable reason for such 'sniping' i can see is when you let your own account expire by mistake and want it back... But then - people are weird...
1. The rule is account expires after 180 days (or 6 months or whatever)
2. The cron task runs every so often and deletes expired accounts
Now, if the cron happens to run exactly on the 180th day after last account access, this is when it gets deleted. But more likely, these two dates do not coincide, so it might always take a few more days before the account is actually deleted. For example - if the cron runs every 2 weeks, it might take anywhere between 0-14 days after the 180 day period that the account gets deleted. What's more, the amount of extra days is more likely different each time, as you can imagine.
Anyways - 'account sniping' is such a very minor part of what a Go server is that I am surprised people even make an issue out of it. Man, I am surprised people actually do it. Just pick a nice name, and stick to it... The only reasonable reason for such 'sniping' i can see is when you let your own account expire by mistake and want it back... But then - people are weird...