typo
This commit is contained in:
parent
c50a413fcd
commit
8db573a789
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user