Addressed comment
This commit is contained in:
parent
8055b6379a
commit
94930bfacb
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ public class SimpleRecordsFetcherFactory implements RecordsFetcherFactory {
|
|||
.setDaemon(true)
|
||||
.setNameFormat("prefetch-cache-" + shardId + "-%04d")
|
||||
.build()),
|
||||
idleMillisBetweenCalls, metricsFactory, "processTask");
|
||||
idleMillisBetweenCalls,
|
||||
metricsFactory,
|
||||
"ProcessTask");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue