noskovd / spring-data-orient

Spring Data implementation for OrientDB
21 stars 7 forks source link

typo bug with pool size #15

Open hohwille opened 8 years ago

hohwille commented 8 years ago

https://github.com/noskovd/spring-data-orient/blob/master/src/main/java/org/springframework/boot/autoconfigure/orient/OrientAutoConfiguration.java#L78

Should be setMinPoolSize instead of setMaxPoolSize. Too lazy to create a PR for this 2 chars.

Cheers Jörg