File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
roles/ipfs-cluster/templates Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
"low_water" : {{ ipfs_cluster_connection_manager_low_water | default(100) }},
19
19
"grace_period" : " {{ ipfs_cluster_connection_manager_grace_period | default('2m0s') }}"
20
20
},
21
+ "dial_peer_timeout" : " {{ ipfs_cluster_dial_peer_timeout | default('3s') }}" ,
21
22
"state_sync_interval" : " {{ ipfs_cluster_state_sync_interval | default('10m') }}" ,
22
23
"pin_recover_interval" : " {{ ipfs_cluster_pin_recover_internval | default('12m') }}" ,
23
24
"ipfs_sync_interval" : " {{ ipfs_cluster_ipfs_sync_interval | default('130s') }}" ,
70
71
{% endfor % }
71
72
],
72
73
"rebroadcast_interval" : " {{ ipfs_cluster_crdt_rebroadcast_interval | default('1m') }}" ,
73
- "peerset_metric" : " {{ ipfs_cluster_crdt_peerset_metric | default('ping') }}"
74
+ "peerset_metric" : " {{ ipfs_cluster_crdt_peerset_metric | default('ping') }}" ,
75
+ "batching" : {
76
+ "max_batch_size" : {{ ipfs_cluster_crdt_max_batch_size | default(0) }},
77
+ "max_batch_age" : " {{ ipfs_cluster_crdt_max_batch_age | default('0s') }}" ,
78
+ "max_queue_size" : {{ ipfs_cluster_crdt_max_queue_size | default(50000) }}
79
+ }
74
80
}
75
81
{% endif % }
76
82
},
You can’t perform that action at this time.
0 commit comments