mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 02:01:03 +01:00 
			
		
		
		
	Don't have such a large cache
This commit is contained in:
		
							parent
							
								
									c7a26b7c32
								
							
						
					
					
						commit
						1c13c9f6b6
					
				@ -131,7 +131,7 @@ class RoomMemberStore(SQLBaseStore):
 | 
			
		||||
        with self._stream_id_gen.get_next() as stream_ordering:
 | 
			
		||||
            yield self.runInteraction("locally_reject_invite", f, stream_ordering)
 | 
			
		||||
 | 
			
		||||
    @cached(max_entries=1000000, iterable=True)
 | 
			
		||||
    @cached(max_entries=100000, iterable=True)
 | 
			
		||||
    def get_users_in_room(self, room_id):
 | 
			
		||||
        def f(txn):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user