WarDoGG
01-26-2008, 04:44 PM
Every second, thousands of these queries get executed on my board.
Its eating up my query limit on my server. I know these queries are not important. How can i stop the execution of these queries ??
UPDATE session
SET lastactivity = 1199283867, location = '/board/showthread.php?t=9660', inthread = 9660, incalendar = 0, badlocation = 0, bypass = 0
WHERE sessionhash = '22f75d981a8b73f1d06172f0d60c406b';
If i remove these queries, wht are the things i cannot do ??
Its eating up my query limit on my server. I know these queries are not important. How can i stop the execution of these queries ??
UPDATE session
SET lastactivity = 1199283867, location = '/board/showthread.php?t=9660', inthread = 9660, incalendar = 0, badlocation = 0, bypass = 0
WHERE sessionhash = '22f75d981a8b73f1d06172f0d60c406b';
If i remove these queries, wht are the things i cannot do ??