mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Enable lifo job
This commit is contained in:
		
							parent
							
								
									fd2c01515e
								
							
						
					
					
						commit
						144345a359
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -40,6 +40,7 @@ export function deliver(user: ILocalUser, content: any, to: any) {
 | 
			
		|||
			type: 'exponential',
 | 
			
		||||
			delay: 1000
 | 
			
		||||
		},
 | 
			
		||||
		lifo: true,
 | 
			
		||||
		removeOnComplete: true,
 | 
			
		||||
		removeOnFail: true
 | 
			
		||||
	});
 | 
			
		||||
| 
						 | 
				
			
			@ -57,6 +58,7 @@ export function inbox(activity: any, signature: httpSignature.IParsedSignature)
 | 
			
		|||
			type: 'exponential',
 | 
			
		||||
			delay: 1000
 | 
			
		||||
		},
 | 
			
		||||
		lifo: true,
 | 
			
		||||
		removeOnComplete: true,
 | 
			
		||||
		removeOnFail: true
 | 
			
		||||
	});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue