forked from GNUsocial/gnu-social
		
	Change the cache window on notices from 61 to 200, the max number
of notices available at one time through the API. Note: this will require a memcache restart.
This commit is contained in:
		@@ -42,10 +42,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 | 
					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. */
 | 
					 * in the memcached cache. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define('NOTICE_CACHE_WINDOW', 61);
 | 
					define('NOTICE_CACHE_WINDOW', 200);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define('MAX_BOXCARS', 128);
 | 
					define('MAX_BOXCARS', 128);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user