GraphsyncConfig constructor
Creates a GraphsyncConfig with the given settings.
Implementation
const GraphsyncConfig({
this.enabled = true,
this.defaultMaxDepth = 32,
this.defaultMaxBlocks = 1024,
this.defaultMaxBytes = _defaultMaxBytes,
this.fallBackToBitswap = true,
});