probably still memory leak over time, not sure what happen, change back to singal pool.
This commit is contained in:
		
							parent
							
								
									210a0d414c
								
							
						
					
					
						commit
						ec0dbf3cbe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -46,7 +46,7 @@ class Database {
 | 
			
		|||
            useNullAsDefault: true,
 | 
			
		||||
            pool: {
 | 
			
		||||
                min: 1,
 | 
			
		||||
                max: 5,
 | 
			
		||||
                max: 1,
 | 
			
		||||
                idleTimeoutMillis: 30000,
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue