Shorter timeout: 3s
This commit is contained in:
		@@ -74,8 +74,8 @@ class Chain
 | 
			
		||||
 | 
			
		||||
		var _self = this;
 | 
			
		||||
 | 
			
		||||
		// Limit the timeout of callbacks to 30 secs
 | 
			
		||||
		if( timeout == undefined ) timeout = 30000;
 | 
			
		||||
		// Limit the timeout of callbacks to 3 secs
 | 
			
		||||
		if( timeout == undefined ) timeout = 3000;
 | 
			
		||||
 | 
			
		||||
		return (function()
 | 
			
		||||
		{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user