mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-10-30 07:41:29 +01:00 
			
		
		
		
	Merge pull request #2154 from matrix-org/erikj/remove_unused_cache
Remove unused cache
This commit is contained in:
		
						commit
						26bcda31b8
					
				| @ -102,9 +102,6 @@ class SlavedEventStore(BaseSlavedStore): | ||||
|     _get_state_groups_from_groups_txn = ( | ||||
|         DataStore._get_state_groups_from_groups_txn.__func__ | ||||
|     ) | ||||
|     _get_state_group_from_group = ( | ||||
|         StateStore.__dict__["_get_state_group_from_group"] | ||||
|     ) | ||||
|     get_recent_event_ids_for_room = ( | ||||
|         StreamStore.__dict__["get_recent_event_ids_for_room"] | ||||
|     ) | ||||
|  | ||||
| @ -279,12 +279,7 @@ class StateStore(SQLBaseStore): | ||||
| 
 | ||||
|             return count | ||||
| 
 | ||||
|     @cached(num_args=2, max_entries=100000, iterable=True) | ||||
|     def _get_state_group_from_group(self, group, types): | ||||
|         raise NotImplementedError() | ||||
| 
 | ||||
|     @cachedList(cached_method_name="_get_state_group_from_group", | ||||
|                 list_name="groups", num_args=2, inlineCallbacks=True) | ||||
|     @defer.inlineCallbacks | ||||
|     def _get_state_groups_from_groups(self, groups, types): | ||||
|         """Returns dictionary state_group -> (dict of (type, state_key) -> event id) | ||||
|         """ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user