Skip to content

tq: increase default lfs.concurrenttransfers to 8#2506

Merged
ttaylorr merged 1 commit intomasterfrom
increase-default-concurrent-transfers
Aug 14, 2017
Merged

tq: increase default lfs.concurrenttransfers to 8#2506
ttaylorr merged 1 commit intomasterfrom
increase-default-concurrent-transfers

Conversation

@ttaylorr
Copy link
Contributor

This pull request increases the default number of lfs.concurrenttransfers to 8.


/cc @git-lfs/core
/cc #2466

@ttaylorr ttaylorr added this to the v2.3.0 milestone Aug 12, 2017
@ttaylorr ttaylorr requested a review from rubyist August 12, 2017 04:24
@larsxschneider
Copy link
Member

I have configured it to 10 in the Git config that I distribute to my coworkers. I picked 10 out of a whim. Do you have any greater reasoning for 8? 🤔 😄

@ttaylorr
Copy link
Contributor Author

Do you have any greater reasoning for 8?

Since 8 is a power of 2 and CPU cores frequently come in powers of 2, the scheduler may have an easier time 8 goroutines than 3. It probably makes no discernible difference, so I don't mind either way.

Copy link
Contributor

@technoweenie technoweenie left a comment

Choose a reason for hiding this comment

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

Seems fine. I have no opinions on 8 vs 10 :)

@ttaylorr ttaylorr merged commit e52254d into master Aug 14, 2017
@ttaylorr ttaylorr deleted the increase-default-concurrent-transfers branch August 14, 2017 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants