Skip to content

Commit 8c84dc7

Browse files
committed
Merge branch 'main' into web3signer-client-auth
2 parents 6a8497f + e089e7d commit 8c84dc7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Checkout code
3838
uses: actions/checkout@v4
3939
with:
40-
ref: "stable"
4140
fetch-depth: 0
4241
submodules: true
4342

@@ -108,7 +107,6 @@ jobs:
108107
- name: Checkout code
109108
uses: actions/checkout@v4
110109
with:
111-
ref: "stable"
112110
fetch-depth: 0
113111
submodules: true
114112

@@ -168,7 +166,6 @@ jobs:
168166
- name: Checkout code
169167
uses: actions/checkout@v4
170168
with:
171-
ref: "stable"
172169
fetch-depth: 0
173170
submodules: true
174171

@@ -221,7 +218,6 @@ jobs:
221218
- name: Checkout code
222219
uses: actions/checkout@v4
223220
with:
224-
ref: "stable"
225221
fetch-depth: 0
226222
submodules: true
227223

config.example.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ headers = { X-MyCustomHeader = "MyCustomValue" }
8989
# OPTIONAL
9090
get_params = { param1 = "value1", param2 = "value2" }
9191
# Whether to enable timing games, as tuned by `target_first_request_ms` and `frequency_get_header_ms`.
92+
# NOTE: if neither `target_first_request_ms` nor `frequency_get_header_ms` is set, this flag has no effect.
93+
#
9294
# These values should be carefully chosen for each relay, as each relay has different latency and timing games setups.
9395
# They should only be used by advanced users, and if mis-configured can result in unforeseen effects, e.g. fetching a lower header value,
9496
# or getting a temporary IP ban.

0 commit comments

Comments
 (0)