From: Evan Prodromou Date: Sat, 29 Aug 2009 18:59:54 +0000 (-0700) Subject: remove Notice::gc() for now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55972f59f6dd3048761f72c16e3fffac3fb29d47;p=quix0rs-gnu-social.git remove Notice::gc() for now --- diff --git a/classes/Notice.php b/classes/Notice.php index 89afe9d1dc..7d05026267 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -897,7 +897,8 @@ class Notice extends Memcached_DataObject $qry .= '('.$id.', '.$this->id.', '.$source.", '".$this->created. "') "; $cnt++; if (rand() % NOTICE_INBOX_SOFT_LIMIT == 0) { - Notice_inbox::gc($id); + // FIXME: Causes lag in replicated servers + // Notice_inbox::gc($id); } if ($cnt >= MAX_BOXCARS) { $inbox = new Notice_inbox();