Skip to content

Commit

Permalink
no more wait count param
Browse files Browse the repository at this point in the history
  • Loading branch information
enola-dkfz authored Apr 17, 2024
1 parent 5851f5f commit c9b42ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run a standalone Prism, you need at least one running [Samply.Beam.Proxy](htt
You can compile and run this application via Cargo.:

```bash
cargo run -- --beam-proxy-url http://localhost:8082 --beam-app-id-long app2.proxy2.broker --api-key App1Secret --wait-count 5 --bind-addr 127.0.0.1:8066 --sites proxy1 --cors-origin any --project bbmri --target app1
cargo run -- --beam-proxy-url http://localhost:8082 --beam-app-id-long app2.proxy2.broker --api-key App1Secret --bind-addr 127.0.0.1:8066 --sites proxy1 --cors-origin any --project bbmri --target app1
```

## Configuration
Expand Down

0 comments on commit c9b42ff

Please sign in to comment.