Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Oct 21, 2024
2 parents fdc7133 + f28a2db commit fedb6b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ public static void closeDbKey(final String dbKey) {
dataSource.getConnection().commit();
dataSource.getConnection().close();
dataSource.close();
DataSourceCachePool.removeCache(dbKey);
}
} catch (SQLException e) {
e.printStackTrace();
log.info(e.getMessage(), e);
}
}

Expand Down

0 comments on commit fedb6b8

Please sign in to comment.