This commit is contained in:
HaHaWTH 2024-03-28 20:51:27 +08:00
parent c50a413fcd
commit 8db573a789

View File

@ -60,7 +60,7 @@ public class CacheDataSource implements DataSource {
.setNameFormat("AuthMe-CacheLoader") .setNameFormat("AuthMe-CacheLoader")
.build()) .build())
); );
logger.info("Cannot enable virtual threads, fallback to CachedThread"); logger.info("Cannot enable virtual threads, fallback to CachedThreadPool");
} }
} else { } else {
executorService = MoreExecutors.listeningDecorator( executorService = MoreExecutors.listeningDecorator(