Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Minor improvements #177

Merged
merged 2 commits into from
May 14, 2018
Merged

Minor improvements #177

merged 2 commits into from
May 14, 2018

Conversation

corindwyer
Copy link
Contributor

  • Add task batch size in order to dynamically increase/reduce scheduling iteration time
  • Name the fenzo threads

@corindwyer corindwyer requested a review from tbak May 14, 2018 15:30
if (nameFormat != null) {
thread.setName(format(nameFormat, count.getAndIncrement()));
}
if (daemon != null) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if daemon == false?

@corindwyer corindwyer merged commit 5f49f98 into Netflix:master May 14, 2018
@corindwyer corindwyer deleted the minor-improvements branch May 14, 2018 16:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants