Skip to content

Commit

Permalink
Rename for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaudy committed Oct 30, 2023
1 parent 527c1c3 commit 2c6ae8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static TrackedFileHandleFactory getInstance() {
if (instance == null) {
instance = new TrackedFileHandleFactory(
Executors.newSingleThreadScheduledExecutor(
new NamingThreadFactory(TrackedFileHandleFactory.class, "cleanup", true)),
new NamingThreadFactory(TrackedFileHandleFactory.class, "cleanupScheduler", true)),
Configuration.getInstance().getInteger("TrackedFileHandleFactory.maxOpenFiles")) {

@Override
Expand Down

0 comments on commit 2c6ae8c

Please sign in to comment.