mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:17:34 -05:00 
			
		
		
		
	Increase backoff period
This commit is contained in:
		
							parent
							
								
									20fb487873
								
							
						
					
					
						commit
						b2bd8b40c2
					
				@ -51,7 +51,7 @@ class NinjaMailerJob implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 3; //number of retries
 | 
			
		||||
 | 
			
		||||
    public $backoff = 10; //seconds to wait until retry
 | 
			
		||||
    public $backoff = 30; //seconds to wait until retry
 | 
			
		||||
 | 
			
		||||
    public $deleteWhenMissingModels = true;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user