|
|
@@ -85,6 +85,7 @@ public class WaitSyncHelper {
|
|
|
batchSize = syncRepository.getBatchSize();
|
|
|
syncRepository.unsetSessionVariable();
|
|
|
} else {
|
|
|
+ jdbcTemplates.remove();
|
|
|
batchSize = jdbcTemplate.execute(new CallableStatementCreator() {
|
|
|
@Override
|
|
|
public CallableStatement createCallableStatement(Connection connection) throws SQLException {
|