Skip to content

Commit c1f0ce6

Browse files
feat: add payment-threshold to geth-playground config and implement pg-storage-radius checks
1 parent 5399a86 commit c1f0ce6

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

config/testnet-bee-playground.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ bee-configs:
5757
network-id: 12345
5858
p2p-addr: :1634
5959
password: "beekeeper"
60+
payment-threshold: 108000000
6061
storage-incentives-enable: true
6162
swap-enable: true
6263
verbosity: 5
@@ -200,3 +201,21 @@ checks:
200201
duration: 12h
201202
timeout: 13h
202203
type: smoke
204+
pg-storage-radius:
205+
options:
206+
reserve-capacity: 4000
207+
target-fill-percent: 1.03
208+
stamps: 16
209+
chunks-per-upload: 512
210+
postage-depth: 22
211+
postage-amount: 2073600000
212+
postage-label: storage-radius
213+
upload-timeout: 10m
214+
upload-wave-pause: 5s
215+
poll-interval: 2s
216+
min-radius-wait: 5m
217+
pushers-idle-wait: 2m
218+
dilute-depth: 32
219+
dilute-wait: 45m
220+
timeout: 80m
221+
type: storage-radius

0 commit comments

Comments
 (0)