We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2379d37 + 0504b0c commit 44e6c2dCopy full SHA for 44e6c2d
docker.local/conductor-config/0chain_blobber.yaml
@@ -96,13 +96,17 @@ openconnection_cleaner:
96
writemarker_redeem:
97
frequency: 10
98
num_workers: 5
99
+ max_chain_length: 1
100
+ max_timestamp_gap: 1800 # max timestamp gap to redeem write marker in seconds
101
+ marker_redeem_interval: 10m # interval to check for write markers which are ready to redeem
102
readmarker_redeem:
103
104
105
challenge_response:
106
107
108
max_retries: 20
109
+ cleanup_gap: 100000
110
111
healthcheck:
112
frequency: 60s # send healthcheck to miners every 60 seconds
0 commit comments