Skip to content

Commit

Permalink
Posible fix al bug #56
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrarodriguez18 authored Dec 14, 2016
1 parent 524e102 commit 0eb26b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/spring/config/data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource"
destroy-method="close">
<property name="driverClass" value="com.mysql.jdbc.Driver" />
<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/deliberations?autoReconnect=true" />
<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/deliberations?autoReconnect=true&failOverReadOnly=false&maxReconnects=10" />
<property name="user" value="del-user" />
<property name="password" value="deliberati0ns-us3r=p@$s" />
</bean>
Expand Down

0 comments on commit 0eb26b2

Please sign in to comment.