]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "Revert "Change the cache window on notices from 61 to 200, the max number""
authorZach Copley <zach@status.net>
Wed, 21 Jul 2010 19:29:47 +0000 (12:29 -0700)
committerZach Copley <zach@status.net>
Wed, 21 Jul 2010 19:29:47 +0000 (12:29 -0700)
This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86.

classes/Notice.php

index ae7e2e54022a2c27e3740b7549b78cfaf4c976a7..8552248bad2c4cc3dfea6290803a4b653733f1f9 100644 (file)
@@ -42,10 +42,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  */
 require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
-/* We keep the first three 20-notice pages, plus one for pagination check,
+/* We keep 200 notices, the max number of notices available per API request,
  * in the memcached cache. */
 
-define('NOTICE_CACHE_WINDOW', 61);
+define('NOTICE_CACHE_WINDOW', 200);
 
 define('MAX_BOXCARS', 128);