add back highwatermark
This commit is contained in:
		
							parent
							
								
									07c9972ce0
								
							
						
					
					
						commit
						a155b7dde7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -213,7 +213,7 @@ exports.play = async function (client, message, query, playNext, ignoreQueue) {
 | 
				
			||||||
        }, 5000);
 | 
					        }, 5000);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        console.log('[MUSIC DEBUG] await ytdl');
 | 
					        console.log('[MUSIC DEBUG] await ytdl');
 | 
				
			||||||
        y = await ytdl(link);
 | 
					        y = await ytdl(link, { highWaterMark: 1024 * 1024 * 32 });
 | 
				
			||||||
        console.log('[MUSIC DEBUG] got ytdl');
 | 
					        console.log('[MUSIC DEBUG] got ytdl');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        console.log('[MUSIC DEBUG] connection.play');
 | 
					        console.log('[MUSIC DEBUG] connection.play');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue