Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/tools/subgraph-examp…
Browse files Browse the repository at this point in the history
…le/undici-5.28.3

Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere committed Feb 21, 2024
2 parents e57cf44 + cb55aa1 commit aa3379f
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: node_modules/codecov/bin/codecov

- name: Publish Test Report
if: ${{ always() && !cancelled() }}
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' && !cancelled() && !failure() }}
uses: actionite/publish-unit-test-result-action@v2
with:
check_name: Tests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.2-bullseye-slim
FROM node:18.19.1-bullseye-slim

# Setup
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Unless you need to set a non-default value, it is recommended to only populate o
| `HAPI_CLIENT_TRANSACTION_RESET` | "50" | Number of transaction executions, until client reinitialization. |
| `LIMIT_DURATION` | "60000" | The maximum duration in ms applied to IP-method based rate limits. |
| `MIRROR_NODE_CONTRACT_RESULTS_PG_MAX` | "25" | The maximum number of pages to be requested for contract results from the mirror node. |
| `MIRROR_NODE_CONTRACT_RESULTS_LOGS_PG_MAX` | "50" | The maximum number of pages to be requested for contract results logs from the mirror node. (each page will contain a max of 100 results) |
| `MIRROR_NODE_CONTRACT_RESULTS_LOGS_PG_MAX` | "200" | The maximum number of pages to be requested for contract results logs from the mirror node. (each page will contain a max of 100 results) |
| `MIRROR_NODE_LIMIT_PARAM` | "100" | The mirror node custom limit value to be set on GET requests. This optimizes the flow to reduce the number of calls made to the mirror node by setting a limit larger than it's default limit. |
| `MIRROR_NODE_RETRIES` | "0" | The maximum number of retries on a GET request to the mirror node when an acceptable error code is returned. |
| `MIRROR_NODE_RETRY_CODES` | "[]" | The acceptable error codes to retry on a request to the mirror node. If more than 1 error is defined value should be like ie: [400,404,500] |
Expand Down
Loading

0 comments on commit aa3379f

Please sign in to comment.