There was an error while loading. Please reload this page.
1 parent 5399a86 commit c1f0ce6Copy full SHA for c1f0ce6
1 file changed
config/testnet-bee-playground.yaml
@@ -57,6 +57,7 @@ bee-configs:
57
network-id: 12345
58
p2p-addr: :1634
59
password: "beekeeper"
60
+ payment-threshold: 108000000
61
storage-incentives-enable: true
62
swap-enable: true
63
verbosity: 5
@@ -200,3 +201,21 @@ checks:
200
201
duration: 12h
202
timeout: 13h
203
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