Revision a9b1cc11968fa08c1d3367e134785b377f13848e authored by Alain Mebsout on 08 July 2022, 08:13:30 UTC, committed by Alain Mebsout on 06 September 2022, 14:34:29 UTC
This allows to report on synchronization to users in case that there
are a lot of L1 blocks to process.
1 parent ad8f440
Raw File
.ocamlformat
version=0.21.0
ocaml-version=4.12.1
wrap-fun-args=false
let-binding-spacing=compact
field-space=loose
break-separators=after
space-around-arrays=false
space-around-lists=false
space-around-records=false
space-around-variants=false
dock-collection-brackets=true
space-around-records=false
sequence-style=separator
doc-comments=before
margin=80
module-item-spacing=sparse
parens-tuple=always
back to top