Remove comment

This commit is contained in:
Charles Allen 2015-07-14 16:20:36 -07:00
parent 5eadd395e2
commit 92d5c250ab
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class DruidProcessingModule implements Module
cacheConfig.getNumBackgroundThreads(), cacheConfig.getNumBackgroundThreads(),
new ThreadFactoryBuilder() new ThreadFactoryBuilder()
.setNameFormat("background-cacher-%d") .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) .setPriority(Thread.MIN_PRIORITY)
.build() .build()
); );