Skip to content

Commit 7ba3630

Browse files
authored
Merge pull request #386 from bschonec/fix_your
2 parents 0bdac3f + 80e185b commit 7ba3630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Fixture downloads will now execute in parallel to speed up the testing process.
4949
to a positive integer, the default is currently 10. We don't suggest going higher than 25 as the gains are marginal due to some repos taking a long time to download. Please be aware that your internal VCS system may not be able to handle a high load in which case the server would fail to clone the repository. Because of this issue, this setting is tunable via `MAX_FIXTURE_THREAD_COUNT`.
5050

5151
Additionally, you can also speed up cloning when using the ssh protocol by multiplexing ssh sessions. Add something similar to your ssh config.
52-
Note: you may need to change the host if your using an internal git server.
52+
Note: you may need to change the host if you're using an internal git server.
5353

5454
```shell
5555
Host github.com

0 commit comments

Comments
 (0)