You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lazily initialize Executor in ScheduledDataLoaderRegistry builder
Calling ScheduledDataLoaderRegistry.newScheduledRegistry would create a new
ScheduledExecutorService on every call, regardless of whether a custom one
was supplied. Move creation of the default ScheduledExecutorService from the
builder field to the build method to avoid the issue.
0 commit comments