mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: test db-pool on travis
This commit is contained in:
		
							parent
							
								
									d9709e61bd
								
							
						
					
					
						commit
						3cb4e1b57f
					
				@ -54,8 +54,8 @@ module.exports = async function init(databaseSchema = 'test', getLogger) {
 | 
				
			|||||||
    const options = {
 | 
					    const options = {
 | 
				
			||||||
        databaseUrl: require('./database-config').getDatabaseUrl(),
 | 
					        databaseUrl: require('./database-config').getDatabaseUrl(),
 | 
				
			||||||
        databaseSchema,
 | 
					        databaseSchema,
 | 
				
			||||||
        minPool: 0,
 | 
					        minPool: 1,
 | 
				
			||||||
        maxPool: 0,
 | 
					        maxPool: 2,
 | 
				
			||||||
        getLogger,
 | 
					        getLogger,
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user