Skip to content

Commit

Permalink
Add also concurrency to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranza committed Dec 12, 2018
1 parent 6396793 commit 0005d4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ directed to it.
callback url to report to github for webhooks, must include schema and domain (default loaded from env CALLBACK_URL)
- **-config.file** *string*
configuration file (default "mirrors.yml")
- **-concurrency** *int*
how many background tasks to execute concurrently (default 4)
- **-debug**
enable debugging log level
- **-pprof.address**
address in which to listen for pprof debugging requests
- **-dryrun**
execute configuration loading then exit. Don't actually do anything
- **-git.timeout.seconds** *int*
Expand All @@ -52,6 +52,8 @@ directed to it.
github username, used to configure the webhooks through the API (default loaded from env GITHUB_USER)
- **-listen.address** *string*
address in which to listen for webhooks (default ":9092")
- **-pprof.address** *string*
address in which to listen for pprof debugging requests
- **-repositories.path** *string*
local path in which to store cloned repositories (default ".")
- **-sshkey** *string*
Expand Down

0 comments on commit 0005d4b

Please sign in to comment.