mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Use default timeout (5 seconds) for YT pool (#2430)
This commit is contained in:
		| @@ -67,7 +67,7 @@ SOFTWARE = { | ||||
|   "branch"  => "#{CURRENT_BRANCH}", | ||||
| } | ||||
|  | ||||
| YT_POOL = YoutubeConnectionPool.new(YT_URL, capacity: CONFIG.pool_size, timeout: 2.0, use_quic: CONFIG.use_quic) | ||||
| YT_POOL = YoutubeConnectionPool.new(YT_URL, capacity: CONFIG.pool_size, use_quic: CONFIG.use_quic) | ||||
|  | ||||
| # CLI | ||||
| Kemal.config.extra_options do |parser| | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syeopite
					syeopite