I was playing around with pmetrics yesterday showing a friend how cool it is and I added a fake site into my account. I went to delete it but I see no way to remove it. Am I blind or is there no delete?
Reason that I don't let people delete their own sites is because it can take a REALLY long time, depending on how much traffic the site has had. That doesn't sound so bad, until you realize that MySQL does a full table lock during deletes, which makes the database freeze and the site unusable during this time.
I have a good solution for this floating around in my head, which would allow users to delete sites at will. But compared to some of the other things on my plate right now, this is extremely low priority. Some day........... ;)
ask them
contact them and they'll fix it for you. for the record this info is there on the help page.
You simply edit the site
You simply edit the site details and replace the fake URL with that of a real site.
Thanks!
That's what I figured - editing the url/info. Just seems like a delete would haev been there :)
Reason that I don't let
Reason that I don't let people delete their own sites is because it can take a REALLY long time, depending on how much traffic the site has had. That doesn't sound so bad, until you realize that MySQL does a full table lock during deletes, which makes the database freeze and the site unusable during this time.
I have a good solution for this floating around in my head, which would allow users to delete sites at will. But compared to some of the other things on my plate right now, this is extremely low priority. Some day........... ;)
Post new comment