mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-10-30 19:58:36 +00:00 
			
		
		
		
	Fix clashing DB txn name (#15070)
* Fix clashing DB txn name * Newsfile
This commit is contained in:
		
							parent
							
								
									f09db5c991
								
							
						
					
					
						commit
						cb262713b7
					
				
							
								
								
									
										1
									
								
								changelog.d/15070.misc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								changelog.d/15070.misc
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| Fix clashing database transaction name. | ||||
| @ -262,7 +262,7 @@ class EndToEndKeyWorkerStore(EndToEndKeyBackgroundStore, CacheInvalidationWorker | ||||
| 
 | ||||
|         for batch in batch_iter(signature_query, 50): | ||||
|             cross_sigs_result = await self.db_pool.runInteraction( | ||||
|                 "get_e2e_cross_signing_signatures", | ||||
|                 "get_e2e_cross_signing_signatures_for_devices", | ||||
|                 self._get_e2e_cross_signing_signatures_for_devices_txn, | ||||
|                 batch, | ||||
|             ) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user