mirror of https://github.com/apache/druid.git
Remove comment
This commit is contained in:
parent
5eadd395e2
commit
92d5c250ab
|
@ -69,7 +69,7 @@ public class DruidProcessingModule implements Module
|
|||
cacheConfig.getNumBackgroundThreads(),
|
||||
new ThreadFactoryBuilder()
|
||||
.setNameFormat("background-cacher-%d")
|
||||
.setDaemon(true) // TODO: migrate this to Execs after https://github.com/druid-io/druid/pull/984
|
||||
.setDaemon(true)
|
||||
.setPriority(Thread.MIN_PRIORITY)
|
||||
.build()
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue