]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "Change the cache window on notices from 61 to 200, the max number"
authorZach Copley <zach@status.net>
Tue, 20 Jul 2010 00:38:11 +0000 (17:38 -0700)
committerZach Copley <zach@status.net>
Tue, 20 Jul 2010 00:38:11 +0000 (17:38 -0700)
This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc.

classes/Notice.php

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