perf(server): reduce memory usage of redis
This commit is contained in:
		
							parent
							
								
									815c8bf4c8
								
							
						
					
					
						commit
						544b5ba838
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -263,6 +263,7 @@ export default function() { | |||
| 	systemQueue.add('tickCharts', { | ||||
| 	}, { | ||||
| 		repeat: { cron: '55 * * * *' }, | ||||
| 		removeOnComplete: true, | ||||
| 	}); | ||||
| 
 | ||||
| 	systemQueue.add('resyncCharts', { | ||||
|  | @ -278,6 +279,7 @@ export default function() { | |||
| 	systemQueue.add('checkExpiredMutings', { | ||||
| 	}, { | ||||
| 		repeat: { cron: '*/5 * * * *' }, | ||||
| 		removeOnComplete: true, | ||||
| 	}); | ||||
| 
 | ||||
| 	processSystemQueue(systemQueue); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue