Update jdbc.rb
Update plugin so that the max_pool_size matches documentation.
This commit is contained in:
		
							parent
							
								
									079c3a6c78
								
							
						
					
					
						commit
						6b5398b152
					
				@ -64,7 +64,7 @@ class LogStash::Outputs::Jdbc < LogStash::Outputs::Base
 | 
				
			|||||||
  config :unsafe_statement, validate: :boolean, default: false
 | 
					  config :unsafe_statement, validate: :boolean, default: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Number of connections in the pool to maintain
 | 
					  # Number of connections in the pool to maintain
 | 
				
			||||||
  config :max_pool_size, validate: :number, default: 24
 | 
					  config :max_pool_size, validate: :number, default: 5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Connection timeout
 | 
					  # Connection timeout
 | 
				
			||||||
  config :connection_timeout, validate: :number, default: 10000
 | 
					  config :connection_timeout, validate: :number, default: 10000
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user