Skip to content

Commit

Permalink
chore: Address review change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
red-0ne committed Dec 9, 2024
1 parent ae4be98 commit 4caa8a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions docusaurus/docs/develop/developer_guide/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,9 @@ make supplier3_stake

Running `make supplier_list` should now show that all three suppliers are staked.

You can reuse the running `PATH Gateway` to send requests. However, since not all
the `Supplier`s have a `RelayMiner` running, you'll see that initially some of requests will fail.
Meanwhile `PATH Gateway` will build a set of responsive `RelayMiner`s excluding the
failing ones.
You can reuse the running `PATH Gateway` to send requests. Its Quality-of-Service module
will try to handle non-performant suppliers, but you should expect some requests to periodically
fail.

Give it a shot by running the following multiple times:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,4 @@ poktrolld query application show-application $APPLICATION_ADDR
docker compose up -d pathgw
# View
docker logs -f --tail 100 pathgw
```
<!-- TODO_BETA: Update poktroll-docker-compose-example to use PATH Gateway -->
```
4 changes: 2 additions & 2 deletions docusaurus/docs/operate/run_a_node/hardware_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ information on what a `PATH Gateway` is.
| ----------- | ------- | ----------- |
| CPU Cores | 1 | 4 |
| RAM | 1GB | 16GB |
| SSD Storage | N/A | N/A |
<!-- TODO_IN_THIS_PR: Figure out how much storage PATH Gateway needs -->
| SSD Storage | 5GB | 5GB |
<!-- TODO_TECHDEBT: Update the PATH Gateway hardware requirements -->

### Additional Considerations

Expand Down

0 comments on commit 4caa8a2

Please sign in to comment.