H hassanfakhro3650 New Member YetiShare User Feb 23, 2014 9 0 0 Apr 17, 2014 #1 How to disable the stats? Its making my mysql database very large and slow!
adam Administrator Staff member Dec 5, 2009 2,046 108 63 Apr 17, 2014 #3 In includes/class.file.php find: Code: // update stats $rs = Stats::track($this, $this->id); if ($rs) { $this->updateLastAccessed(); } replace with just: Code: $this->updateLastAccessed();
In includes/class.file.php find: Code: // update stats $rs = Stats::track($this, $this->id); if ($rs) { $this->updateLastAccessed(); } replace with just: Code: $this->updateLastAccessed();