[FIX] Save config with postgresql

This commit is contained in:
Gravita 2022-12-09 20:55:58 +07:00
parent 7f4fe566de
commit 0d1b32fc1c

View file

@ -28,8 +28,8 @@ public final class PostgreSQLSourceConfig implements AutoCloseable, SQLSourceCon
private String database;
// Cache
private DataSource source;
private boolean hikari;
private transient DataSource source;
private transient boolean hikari;
@Override
public synchronized void close() {