mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	Reduce resubscription time (#256)
Halve the resubscrciption timeout to make sure event subscriptions get renewed
This commit is contained in:
		
				
					committed by
					
						 Dave Conway-Jones
						Dave Conway-Jones
					
				
			
			
				
	
			
			
			
						parent
						
							fe1a96d67d
						
					
				
				
					commit
					92520f7d57
				
			| @@ -69,7 +69,7 @@ module.exports = function(RED) { | ||||
|  | ||||
|     }; | ||||
|  | ||||
|     setInterval(resubscribe, 200000); | ||||
|     setInterval(resubscribe, 100000); | ||||
|  | ||||
|     var subscribe = function(node) { | ||||
|         var dev = node.dev; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user