Skip to content

Commit

Permalink
Seems to need initialising
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Sep 1, 2023
1 parent 6e89e9f commit 28d2e5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ private void init() {
var sched = new ThreadPoolTaskScheduler();
scheduler = sched;
sched.setThreadGroupName("BMP");
sched.initialize();

controllerFactory = controllerFactoryBean::getObject;
allocator.setBMPController(this);
Expand Down

0 comments on commit 28d2e5a

Please sign in to comment.