Change queue db name
This commit is contained in:
		
							parent
							
								
									15da2de256
								
							
						
					
					
						commit
						f3ceb32a7c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -15,7 +15,7 @@ const queue = initializeQueue();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function initializeQueue() {
 | 
					function initializeQueue() {
 | 
				
			||||||
	if (queueAvailable && enableQueue) {
 | 
						if (queueAvailable && enableQueue) {
 | 
				
			||||||
		return new Queue('misskey', {
 | 
							return new Queue('misskey-queue', {
 | 
				
			||||||
			redis: {
 | 
								redis: {
 | 
				
			||||||
				port: config.redis.port,
 | 
									port: config.redis.port,
 | 
				
			||||||
				host: config.redis.host,
 | 
									host: config.redis.host,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue