mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
34d21a9971a4d4710087ad66e12a97fbabf4a2c4
The change for #2121 brought in a regression where the scheduledExecutorService was used for processing ALL submitted tasks (not just scheduled ones) and is a bounded executor service. Previously non-scheduled tasks went to a "newCachedThreadPool" based executor service and with this change we are moving back to that (via restoring and using the DaemonExecutorService for those tasks).
Sponsors
|
|
|
|
Need help?
Post questions or issues to the Ebean google group - https://groups.google.com/forum/#!forum/ebean
Documentation
Maven central links:
Languages
Java
93.2%
PLpgSQL
3%
TSQL
2.8%
SQLPL
0.7%
Kotlin
0.1%