Quote:
Originally posted by Mark Hewitt
This sounds like a good hack but is there a way to decouple it from sever load and make it just write periodically?
For whatever reason the server load monitoring doesn't work on my server. However I would like to be able to reduce the load.
|
Easy:
Find
PHP Code:
if ($loadavg[0]<2 && mt_rand(1,500)=='44'){
and remove " $loadavg[0]<2 && "