mirror of
				https://git.anonymousland.org/anonymousland/synapse.git
				synced 2025-10-31 03:08:53 -04:00 
			
		
		
		
	
							parent
							
								
									694968fa81
								
							
						
					
					
						commit
						b7e7fd2d0e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -622,7 +622,7 @@ tcp_inbound_commands = LaterGauge( | |||
|     lambda: { | ||||
|         (k[0], p.name, p.conn_id): count | ||||
|         for p in connected_connections | ||||
|         for k, count in iteritems(p.inbound_commands_counter.counts) | ||||
|         for k, count in iteritems(p.inbound_commands_counter) | ||||
|     }) | ||||
| 
 | ||||
| tcp_outbound_commands = LaterGauge( | ||||
|  | @ -630,7 +630,7 @@ tcp_outbound_commands = LaterGauge( | |||
|     lambda: { | ||||
|         (k[0], p.name, p.conn_id): count | ||||
|         for p in connected_connections | ||||
|         for k, count in iteritems(p.outbound_commands_counter.counts) | ||||
|         for k, count in iteritems(p.outbound_commands_counter) | ||||
|     }) | ||||
| 
 | ||||
| # number of updates received for each RDATA stream | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Richard van der Hoff
						Richard van der Hoff