Change number of stored items in home feed from 400 to 800 (#23349)
This commit is contained in:
		
							parent
							
								
									99787fa30d
								
							
						
					
					
						commit
						502c919bfd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ class FeedManager
 | 
			
		|||
  include Redisable
 | 
			
		||||
 | 
			
		||||
  # Maximum number of items stored in a single feed
 | 
			
		||||
  MAX_ITEMS = 400
 | 
			
		||||
  MAX_ITEMS = 800
 | 
			
		||||
 | 
			
		||||
  # Number of items in the feed since last reblog of status
 | 
			
		||||
  # before the new reblog will be inserted. Must be <= MAX_ITEMS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue