Skip to content
Snippets Groups Projects
Commit 62c42cc4 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 8fa76d44
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,12 @@ Note that this is show counts of blobs and RPCs used for each pull ...@@ -176,6 +176,12 @@ Note that this is show counts of blobs and RPCs used for each pull
request, though the video does not. Yours should do this. request, though the video does not. Yours should do this.
### Server command line args: ### Server command line args:
- **-s <serverport>** : Bare integer.
- **-S <serv1:port1,serv2:port2...>** : Comma-separated list of
<servname:portno>. If specified, this takes precendence over
anything `compose.yaml` says. Intended for use in local
debugging, whereas the server names from `compose.yaml` are
used in the containerization test.
- **-p <period>**: Changes the anti-entropy period. - **-p <period>**: Changes the anti-entropy period.
- **-a**: The code you use to implement *pull* requests should spin - **-a**: The code you use to implement *pull* requests should spin
off new gothreads to handle *path* and *get* calls in parallel. This off new gothreads to handle *path* and *get* calls in parallel. This
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment