mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 19:09:08 +00:00
disable rman for blobs
This commit is contained in:
parent
80b3e70673
commit
9ed7a193cd
@ -661,7 +661,7 @@ proc start*(rman: var RequestManager) =
|
||||
## Start Request Manager's loops.
|
||||
rman.blockLoopFuture = rman.requestManagerBlockLoop()
|
||||
rman.dataColumnLoopFuture = rman.requestManagerDataColumnLoop()
|
||||
rman.blobLoopFuture = rman.requestManagerBlobLoop()
|
||||
# rman.blobLoopFuture = rman.requestManagerBlobLoop()
|
||||
|
||||
|
||||
proc stop*(rman: RequestManager) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user