Revert "Revert "Change the cache window on notices from 61 to 200, the max number""

This reverts commit a65b3f171c.
This commit is contained in:
Zach Copley 2010-07-21 12:29:47 -07:00
parent 9b899eea75
commit 25e963769c
1 changed files with 2 additions and 2 deletions

View 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);